Stop scraping PDFs and screenshotting past questions. Query subjects, years, and options as structured JSON — with correct answers and explanations included — and ship your CBT prep app in days, not months.
curl "https://yourdomain.com/api/v1/questions" \ -H "X-API-Key: jamb_your_key_here" \ -d subject=physics -d year=2023 -d limit=1 { "status": "success", "count": 1, "data": [ { "subject": "Physics", "year": 2023, "question": "A body of mass 2kg...", "options": { "A": "4N", "B": "8N" }, "correct_answer": "B", "explanation": "Using F = ma..." } ] }
Filter by subject, year, or category — every question ships with clean, structured options.
Everything you'd expect from a production API — key management, rate limits, usage analytics.
Query by subject, exam year, question category, and result limit — get exactly the question set your app needs.
Every question includes the correct option and a written explanation, so your app can teach — not just quiz.
Fund your wallet, generate a key, and pay per request. No surprise invoices — track usage live from your dashboard.
A single API key in a request header. No OAuth dance, no SDKs required — works from curl, Postman, or any language.
Predictable JSON error codes for bad keys, exhausted quota, or invalid filters — so your app can fail gracefully.
Invite other developers with your referral link and earn a percentage of what they fund — automatically tracked.
Register for free — no card required to explore the docs and free tier.
Top up via Paystack or bank transfer to unlock paid request volume.
Create an API key from your dashboard and copy it into your app.
Call the /questions endpoint with your filters and ship your feature.
Join developers already using our question bank to power practice apps, tutors, and exam simulators.
Create free account