WAEC / WASSCE Examination API
Standard Senior School Certificate examination questions with 50-question psychometric balancing, syllabus hierarchy, and curriculum topic classifications.
import { QuestionsApi, Configuration } from "@massteck/aloc-sdk";
const aloc = new QuestionsApi(
new Configuration({ apiKey: process.env.ALOC_API_KEY })
);
const response = await aloc.listQuestions({
subject: "mathematics",
examType: "waec",
year: 2023,
limit: 20,
});Full syllabus coverage
22 examination sittings
100% curriculum aligned
Official paper pacing
Calibrated Examination Presets
Eliminate random question dumping. ALOC dynamically constructs statistically balanced papers matching official examination board pacing, topic distributions, and difficulty curves.
WAEC Standard (50 Questions)
50 QuestionsStandard WASSCE Paper 1 multiple-choice objective test blueprint.
"waec_standard_50"Test in PlaygroundWAEC Topical Quiz (10 Questions)
10 QuestionsTargeted subtopic practice for classroom homework and mastery checks.
"micro_test_10"Test in PlaygroundSyllabus & Subject Taxonomy
Every subject contains 4-tier taxonomy depth: Exam Body → Subject → Topic → Subtopic with Bloom's difficulty scores and estimated solving durations.
General Mathematics
2010–2024English Language
2010–2024Biology
2010–2024Physics
2010–2024Frequently Asked Questions (West African Examinations Council)
Common questions about syllabus coverage, answer verification, and API integration.
Explore Other African Examination APIs
JAMB / UTME API
40-question calibrated presets & psychometric difficulty curves
NECO SSCE API
Senior School Certificate examination content with taxonomy
Post-UTME Screening API
Institution-specific university entrance screening questions
Start Building with WAEC / WASSCE Examination API
Get your live API key in under 60 seconds. Every account includes 1,000 free API credits per month, with full access to standard curriculum presets, topic taxonomies, and interactive playgrounds.