SdashAPI gives your app instant, structured access to past UTME, WAEC, NECO, Post-UTME and University past questions — complete with options, the correct answer, and a worked solution. 2001–2023 coverage.
Which of the following is the chemical formula for table salt?
No scraping, no PDFs, no manual data entry. Just a token, a request, and clean JSON.
One endpoint, simple query parameters. Get a random question or a full set filtered by subject, exam type and year — back in milliseconds.
Every question ships with its correct option and a written solution — so your app can mark scripts and explain answers without extra work.
Build full mock exams or topic-by-topic drills with query parameters for subject, exam type (UTME, WAEC, NECO, Post-UTME) and year.
Users can flag incorrect options or typos straight from your app. Reports land in our admin panel for quick review and correction.
Our team continuously adds and curates exams, subjects, years, questions and solutions through a dedicated admin dashboard.
Sign up to get a personal access token, track your monthly usage, and upgrade your plan as your app grows.
Query by exam type and pull from 17 subjects spanning 2010–2023.
Sign up for free and get a personal access token instantly — no card required to get started.
Pick a subject, exam type and year — or leave them out to get a random question from the full bank.
Send a GET request with your token and receive clean JSON: question, options, answer and solution.
curl -X GET "https://sdashapi.com/api/v1/q?subject=mathematics&type=utme&year=2022" \ -H "AccessToken: YOUR_ACCESS_TOKEN"
{
"status": 200,
"data": {
"id": 10432,
"question": "...",
"section": null,
"option": {
"a": "...",
"b": "...",
"c": "...",
"d": "..."
},
"answer": "c",
"solution": "...",
"image": null,
"examtype": "JAMB",
"examyear": "2022"
}
}
Every plan includes the full question bank, answers and solutions.
Great for testing and small projects
For growing apps with steady traffic
For production apps and high traffic