Access 322,503+ 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 26 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.
Sandbox Free
Testing & Development Only
- 2,000 API Credits
- V1 Access Only
- JAMB (UTME) & WAEC (WASSCE) data
- Basic usage analytics
- Full API documentation
- Ideal for development
Pay As You Go NEW
For developers getting started
- Pay only for the API calls you make
- V1 API access
- JAMB (UTME) & WAEC (WASSCE) data
- Basic usage analytics
- Full API documentation
- 45 requests/minute
- WhatsApp & email support
Developer Most Popular
For developers building serious applications
- 350,000 API credits/month
- V1 API access
- UTME, WASSCE, NECO & Post-UTME data
- Advanced filtering
- API analytics
- 120 requests/minute
- Priority support
Business BUILD MORE
For platforms serving thousands of students
- 1,500,000 API credits/month
- Full V1–V2 API access
- High API rate limits
- Advanced usage analytics
- 400 requests/minute
- Priority onboarding
Scale SCALE YOUR APP
For high-traffic platforms and growing businesses
- 2,500,000 API credits/month
- Full V1–V3 API access
- 1000 requests/minute
- Advanced usage analytics
- Priority infrastructure
- Early access to new APIs