Access 379,576+ Past Questions.
Seamlessly integrate a massive database of Nigeria's major exams into your EdTech application. Empower your users with high-quality UTME, WASSCE, NECO, and Post-UTME past questions spanning from 1988 to 2026.
JAMB
WAEC
NECO
JAMB
WAEC
NECOEverything a CBT practice app needs, already structured
No scraping, no PDFs, no manual data entry. Just a token, a request, and clean JSON.
Instant REST API
One endpoint, simple query parameters. Get a random question or a full set filtered by subject, exam type and year - back in milliseconds.
Answers & solutions included
Every question ships with its correct option and a written solution - so your app can mark scripts and explain answers without extra work.
Filter by subject, exam & year
Build full mock exams or topic-by-topic drills with query parameters for subject, exam type (UTME, WAEC, NECO, Post-UTME) and year.
Report wrong questions
Users can flag incorrect options or typos straight from your app. Reports land in our admin panel for quick review and correction.
Admin-managed question bank
Our team continuously adds and curates exams, subjects, years, questions and solutions through a dedicated admin dashboard.
Your own API key & dashboard
Sign up to get a personal access token, track your monthly usage, and upgrade your plan as your app grows.
Built around Nigeria's biggest exams
Query by exam type and pull from 25 subjects spanning 1988-2026.
NECO
UTME
WASSCE
NECO
UTME
WASSCE From sign up to your first question, in three steps
Create your account
Sign up for free and get a personal access token instantly - no card required to get started.
Choose your filters
Pick a subject, exam type and year - or leave them out to get a random question from the full bank.
Call the endpoint
Send a GET request with your token and receive clean JSON: question, options, answer and solution.
A request away from a full question bank
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"
}
}
Unlimited API Access. Choose your plan.
Every plan includes the full question bank, answers, solutions, and unlimited calls.
Pay As You Go NEW
Best for beginners and API testing.
- REST API access to UTME & WASSCE questions
- JSON responses with answers and worked solutions
- Access to past questions from multiple years
- Developer-friendly API documentation
- Secure AccessToken authentication
- Fast and reliable API endpoints
- Commercial project support
- Regular question database updates
Monthly Most Popular
Unlimited API calls. Billed monthly.
- Unlimited API calls / month
- All subjects & exam types
- Answers + worked solutions
- Yearly questions and materials update
- Usage dashboard & API logs
Yearly Best
Unlimited API calls. Billed yearly.
- Unlimited API calls / month
- All subjects & exam types
- Answers + worked solutions
- Yearly questions and materials update
- Usage dashboard & API logs