# Gate2026 Iitg — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Plan your GATE 2026 exam with instant access to notifications, important dates, eligibility criteria, application fees, exam schedules, test papers, syllabus, question patterns, mock tests, exam cities, and required documents. Get answers to FAQs, view photograph/signature guidelines, explore career opportunities, and connect with support via contact information.

**Category:** Education | **Website:** [gate2026.iitg.ac.in/](https://gate2026.iitg.ac.in/) | **Docs:** [parse.bot/marketplace/710b1f61-bd19-4c33-9808-4a16ff93ec7c/gate2026-iitg-ac-in-api](https://parse.bot/marketplace/710b1f61-bd19-4c33-9808-4a16ff93ec7c/gate2026-iitg-ac-in-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-gate2026-iitg-ac-in-api-710b1f61/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_application_fees

Get GATE 2026 application fee structure by candidate category for regular and extended registration periods.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gate2026-iitg-ac-in-api-710b1f61/get_application_fees \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_contact_info

Get GATE 2026 office contact information including postal address, phone number, and email for the GATE-JAM Office at IIT Guwahati.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gate2026-iitg-ac-in-api-710b1f61/get_contact_info \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_downloads

Get links to GATE 2026 brochures, posters, newspaper advertisements, and previous years' question papers (2021-2025) with answer keys.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gate2026-iitg-ac-in-api-710b1f61/get_downloads \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_eligibility_criteria

Get GATE 2026 eligibility criteria. Returns qualifying degree types with descriptions and the current-year requirements for each degree category.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gate2026-iitg-ac-in-api-710b1f61/get_eligibility_criteria \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_exam_cities

Get the list of GATE 2026 examination cities organized by 8 zonal coordinating institutes. Each zone includes the coordinating institute contact info and cities grouped by state.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gate2026-iitg-ac-in-api-710b1f61/get_exam_cities \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_examination_schedule

Get the GATE 2026 examination schedule with dates, session times, and assigned papers for forenoon and afternoon sessions across the 4 exam days.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gate2026-iitg-ac-in-api-710b1f61/get_examination_schedule \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_faqs

Get GATE 2026 FAQs organized by category. Each category contains content items which may be Q&A pairs (type: qa), application status descriptions (type: status_info), or text blocks (type: text).

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gate2026-iitg-ac-in-api-710b1f61/get_faqs \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_important_dates

Get key GATE 2026 dates and activities. Returns important dates with activity name, day of week, and date values. Multiple dates for the same activity are separated by slashes.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gate2026-iitg-ac-in-api-710b1f61/get_important_dates \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_mock_test_links

Get links to GATE 2026 mock tests for each paper. Returns paper names with their mock test URLs hosted on the official testing platform.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gate2026-iitg-ac-in-api-710b1f61/get_mock_test_links \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_notifications

Get GATE 2026 news and notifications. Returns a chronologically ordered list of notification items with dates, descriptions, and optional links to relevant documents or portals.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gate2026-iitg-ac-in-api-710b1f61/get_notifications \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_opportunities

Get information about opportunities using GATE scores, including admissions to Master's and Doctoral programs, financial assistance details, and Public Sector Undertaking (PSU) recruitment information.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gate2026-iitg-ac-in-api-710b1f61/get_opportunities \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_photograph_signature_guidelines

Get GATE 2026 guidelines for photograph and signature upload specifications including size, format, pixel resolution, aspect ratio, and acceptance criteria.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gate2026-iitg-ac-in-api-710b1f61/get_photograph_signature_guidelines \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_question_paper_pattern

Get GATE 2026 question paper pattern details including exam mode, duration, number of papers, marking scheme, and negative marking rules.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gate2026-iitg-ac-in-api-710b1f61/get_question_paper_pattern \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_required_documents

Get the list of required documents and information for the GATE 2026 application process including personal details, photographs, certificates, and annexures.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gate2026-iitg-ac-in-api-710b1f61/get_required_documents \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_test_papers_and_syllabus

Get the list of 30 GATE 2026 test papers with their two-letter codes and syllabus PDF links. Papers span engineering, science, arts, and humanities disciplines.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gate2026-iitg-ac-in-api-710b1f61/get_test_papers_and_syllabus \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_two_paper_combinations

Get allowed two-paper combinations for GATE 2026. Each entry shows a primary paper code and its allowed secondary paper codes that a candidate can select as a second paper.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gate2026-iitg-ac-in-api-710b1f61/get_two_paper_combinations \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
