# ScholarPulse Government Scholarship Programs

> ScholarPulse Government Scholarship Programs is a paid API for AI agents from scholarpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Returns structured information on official government scholarship, grant, and student aid programs across 50+ countries including India NSP, US Pell, UK Student Finance, and Germany BAföG.

## Facts

- Endpoint: GET https://scholarpulse.theaslangroupllc.com/api/government
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scholarpulse-government-scholarship-programs-4e6a0197
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WU6gJ2rG5blcxwDAX1jaB

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability scholarpulse-government-scholarship-programs-4e6a0197
```

Example prompt: Can you pull up the official government scholarship and student aid programs available in India and Germany — I need details on the India NSP and Germany BAföG, including eligibility and award amounts?

## When to prefer this

Use this endpoint when an agent needs authoritative, country-specific government scholarship and grant program data (e.g. India NSP, US Pell, UK Student Finance, Germany BAföG) rather than private or merit-based scholarships. Prefer this over the general scholarship search endpoint when the user specifically asks about official government aid programs. Choose this over FAFSA-strategy or financial-aid-estimate endpoints when the goal is program discovery rather than personalized eligibility calculation.

## Known failure modes

- Unsupported country requested — program coverage limited to 50+ listed nations
- Missing or invalid country/program filter — returns empty or overly broad results
- Stale data if scholarship program rules have changed since last update
- Network timeout or upstream service unavailability returns 5xx error
- x402 payment failure if USDC balance insufficient — request rejected before data returned

## How this service works

Government scholarship programs for student and financial-aid agents. Covers official scholarships, grants, and student aid by country: India NSP, US Pell, UK Student Finance, Germany BAfoeg, and 50+ programs.

## Output

A structured list of government scholarship and student aid programs for the queried country or region, including program names (e.g. India NSP, US Pell Grant, UK Student Finance, Germany BAföG), eligibility requirements, award amounts, and application details across 50+ country programs.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "field": {
       "type": "string",
       "description": "engineering | medicine | arts (optional)"
      },
      "level": {
       "type": "string",
       "description": "undergraduate | graduate | phd | vocational"
      },
      "country": {
       "type": "string",
       "description": "India | USA | UK | Germany | Canada | Australia | any country"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "country": "India",
  "programs": [
   {
    "name": "National Scholarship Portal (NSP)",
    "type": "need-based",
    "amount": "₹10,000–75,000/year",
    "annual_slots": "5 million+",
    "administering_body": "Ministry of Education"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scholarpulse-government-scholarship-programs-4e6a0197/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scholarpulse.theaslangroupllc.com](https://www.zero.xyz/host/scholarpulse.theaslangroupllc.com/llms.txt)
