Imagine for a moment... standing at a crossroads. Not just any crossroads, but one where the fate of an entire community hangs in the balance. This API isn't just data. It's a journey through over 1000 pivotal moments in the life of the Messenger (SAW).
We often read the Seerah as a list of dates and battles. But have you ever stopped to think about the decisions? The sleepless nights? The strategic genius? The profound reliance on Allah?
This project breaks down the Seerah into granular, decision-based moments. From the quiet reflection in Hira to the bustling streets of Madinah. It's designed for developers, educators, and students who want to build apps that don't just tell you what happened, but make you feel why it mattered.
"The companions were frustrated. They had traveled in Ihram, ready for Umrah, only to be turned away. But the Prophet (SAW) saw something they didn't. He saw a victory in the guise of a setback. This wasn't a retreat; it was the greatest strategic opening in the history of Islam."
Transforming history into guidance. How can you use this?
Imagine an app for leaders. When you face a rebellious team, you don't just search for a generic quote. You see how the Prophet (SAW) handled Abdullah bin Ubayy—with strategic silence and ultimate forgiveness.
For our kids, history feels like a lecture. But what if they stood at the decision node of Badr? "The caravans are escaping, the army is approaching. Do you chase wealth or stand your ground?"
For Imams seeking that perfect connection. Connect "Grief" directly to the Year of Sorrow. Connect the pain of loss to the specific Ayah revealed in that exact moment.
Every morning, a moment on your phone. Today: The Prophet's joke with an old woman. You smile, and suddenly, you treat your own mother differently. History becomes character.
Simple, RESTful, and ready for your application.
/eventsRetrieves a paginated list of events. Walk through history step by step.
curl -X GET "https://public.api.ihsandeen.com/seerah/events?limit=5&offset=0"/events/{id}Focus on a single moment. You can use the event ID (e.g., 'EVT-0001') or the chronological number (e.g., '1').
curl -X GET "https://public.api.ihsandeen.com/seerah/events/0001"/events/search?q={query}Find specific lessons. Search for "Badr", "Patience", or "Leadership".
curl -X GET "https://public.api.ihsandeen.com/seerah/events/search?q=patience"Click below to retrieve a random event from the database.