Myschool: Get Past Questions
Myschool via Parse · education
Retrieve past exam questions from the myschool.ng Classroom for a given subject. Returns paginated questions (5 per page) with multiple-choice options, the correct answer, and an explanation. Supports filtering by exam type, exam year, and topic. Each page triggers one list request plus one detail request per question (6 total) to retrieve explanations. Nigerian Education Portal API for schools, courses, admission requirements, and news. Fulfilled by Parse from myschool.ng.
- education
- government-public
- myschool
- myschool-ng
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/024e7b9b-f175-4efa-9c90-874b24500823/get_past_questions
- Interface artifact
- sha256:0073753ec071d6d9b57495070c4aa56aab3d4a38a1ef204bb4d4a98308240d2b
- Manifest digest
- sha256:5e2e62f58eaf472458360fec78a3a6d85c4cad4acbaae0e48ae2c8cfb1416b38
Request fields
- page (integer): Page number for pagination (5 questions per page).
- topic (string): Filter by topic slug (e.g. 'periodic-table', 'hydrocarbons'). Topic slugs are subject-specific.
- subject (string, required): Subject slug (e.g. 'chemistry', 'mathematics', 'english-language', 'physics', 'biology'). Use the slug from the subjects list returned in the response or from the site's classroom navigation.
- exam_type (string): Filter by exam type slug (e.g. 'jamb', 'waec', 'neco').
- exam_year (string): Filter by exam year (e.g. '2020', '2015').
Example queries
- {"subject":"chemistry","exam_year":"2020"}