REST API · JSON · 39+ years of past questions

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 JAMB
WAEC WAEC
NECO NECO
Post-UTME POST-UTME
Universities UNIVERSITIES
JAMB JAMB
WAEC WAEC
NECO NECO
Post-UTME POST-UTME
Universities UNIVERSITIES
Can I query JAMB past questions by subject and year?
Yes, use the API to filter questions instantly.
What subjects are covered for WAEC exams?
Mathematics, English, Chemistry, Physics, and many more.
projects/main
13.35%

      
379,576+
PAST QUESTIONS
25
SUBJECTS COVERED
6
EXAM TYPES
39
1988-2026 COVERAGE
What you get

Everything 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.

Coverage

Built around Nigeria's biggest exams

Query by exam type and pull from 25 subjects spanning 1988-2026.

neco logo NECO
post-utme logo POST-UTME
post-utme-aaua logo post-utme-aaua
university logo University
utme logo UTME
wassce logo WASSCE
neco logo NECO
post-utme logo POST-UTME
post-utme-aaua logo post-utme-aaua
university logo University
utme logo UTME
wassce logo WASSCE
Accounting Agriculture Arabic Studies Biology Chemistry Civic Education Commerce Computer Studies CRK Current Affairs Economics English Language English Literature Fine Art Geography Government Hausa History Igbo Insurance IRK Mathematics Physics The Lekki Headmaster Yoruba
Getting started

From sign up to your first question, in three steps

01

Create your account

Sign up for free and get a personal access token instantly - no card required to get started.

02

Choose your filters

Pick a subject, exam type and year - or leave them out to get a random question from the full bank.

03

Call the endpoint

Send a GET request with your token and receive clean JSON: question, options, answer and solution.

Try it

A request away from a full question bank

Request
curl -X GET "https://sdashapi.com/api/v1/q?subject=mathematics&type=utme&year=2022" \
  -H "AccessToken: YOUR_ACCESS_TOKEN"
Response
{
  "status": 200,
  "data": {
    "id": 10432,
    "question": "...",
    "section": null,
    "option": {
      "a": "...",
      "b": "...",
      "c": "...",
      "d": "..."
    },
    "answer": "c",
    "solution": "...",
    "image": null,
    "examtype": "JAMB",
    "examyear": "2022"
  }
}
Pricing

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.

₦5,000 minimum deposit
  • 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
Choose Pay As You Go

Monthly Most Popular

Unlimited API calls. Billed monthly.

₦20,700 ₦15,700/month
  • Unlimited API calls / month
  • All subjects & exam types
  • Answers + worked solutions
  • Yearly questions and materials update
  • Usage dashboard & API logs
Choose Monthly

Yearly Best

Unlimited API calls. Billed yearly.

₦200,000 ₦185,000/year
  • Unlimited API calls / month
  • All subjects & exam types
  • Answers + worked solutions
  • Yearly questions and materials update
  • Usage dashboard & API logs
Choose Yearly

Stop typing out past questions by hand.

Plug SdashAPI into your CBT app and ship a working question bank in an afternoon.