gate2026.iitg.ac.in APIgate2026.iitg.ac.in ↗
Access GATE 2026 exam data via API: notifications, important dates, syllabus PDFs, exam schedule, eligibility, fees, exam cities, FAQs, and contact info.
No input parameters required.
curl -X GET 'https://api.parse.bot/scraper/b8071ea4-6ccc-4fc8-ad64-f2ba556da675/get_notifications' \ -H 'X-API-Key: $PARSE_API_KEY'
Get GATE 2026 news and notifications. Returns a list of notification items with dates, descriptions, and optional links.
No input parameters required.
{
"type": "object",
"fields": {
"notifications": "array of notification objects with date, description, and link (nullable)"
},
"sample": {
"data": {
"notifications": [
{
"date": "March 27, 2026",
"link": null,
"description": "GATE 2026 Score Card is released"
},
{
"date": "March 19, 2026",
"link": "https://goaps.iitg.ac.in/login",
"description": "GATE 2026 results are live atGOAPS PORTAL"
}
]
},
"status": "success"
}
}About the gate2026.iitg.ac.in API
This API exposes 16 endpoints covering the full GATE 2026 information published by IIT Guwahati, including exam schedules, syllabus PDF links for all 30 test papers, eligibility criteria, and application fee structures. The get_examination_schedule endpoint returns session-level detail — date, time slot, and paper assignments for forenoon and afternoon sessions — while get_test_papers_and_syllabus delivers direct PDF URLs for each paper code.
Exam Structure and Schedule Data
The get_examination_schedule endpoint returns an array of schedule objects, each with a date, a forenoon object (containing time and papers), and an afternoon object in the same shape. The get_question_paper_pattern endpoint complements this with parameter-level detail: exam mode, duration, total marks, marking scheme, and negative marking rules — each as a parameter/detail pair. For multi-paper candidates, get_two_paper_combinations lists each primary_paper_code alongside its allowed secondary_paper_codes array.
Syllabus, Mock Tests, and Downloads
get_test_papers_and_syllabus returns all 30 GATE 2026 test papers with their code and a syllabus_link pointing to the official PDF. get_mock_test_links pairs each paper_name with a live mock test URL. The get_downloads endpoint splits its response into general_downloads (brochures, posters, newspaper ads) and previous_years_papers, a year-keyed object where each entry contains paper_name, paper_link, and answer_key_link.
Eligibility, Fees, and Application Details
get_eligibility_criteria returns objects with degree, qualifying_degree, and description fields covering the recognized qualification categories. get_application_fees breaks down fees by category with both regular_period_fee and extended_period_fee values. get_required_documents returns a flat string array of documents needed during application, and get_photograph_signature_guidelines provides the full specification text for photo and signature uploads.
Notifications, Cities, FAQs, and Contact
get_notifications returns timestamped notification objects with date, description, and a nullable link. get_exam_cities organizes test centers by zone, with an institute_info field for the coordinating institute and a states object mapping each state name to its array of city names. get_faqs returns categorized FAQ content where each item can be a qa pair, a status_info block, or free-form text. get_contact_info returns the GATE 2026 office address, phone, and email.
- Build a GATE 2026 exam countdown app using dates from get_important_dates
- Display paper-specific syllabus PDFs and mock test links for a study portal using get_test_papers_and_syllabus and get_mock_test_links
- Show candidates their applicable fee tier by category using get_application_fees
- Render a session-by-session exam timetable using get_examination_schedule forenoon and afternoon fields
- Help applicants find nearby test centers by state and zone using get_exam_cities
- Surface latest official notifications with dates and links using get_notifications
- Automate eligibility checks by qualifying degree type using get_eligibility_criteria
| Tier | Price | Credits/month | Rate limit |
|---|---|---|---|
| Free | $0/mo | 100 | 5 req/min |
| Hobby | $30/mo | 1,000 | 20 req/min |
| Developer | $100/mo | 5,000 | 250 req/min |
One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.