# GrantPulse State Grant Programs API

> GrantPulse State Grant Programs API is a paid API for AI agents from grantpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns state-level grant funding opportunities filtered by state, sector, and organization type, with agency links and an application calendar.

## Facts

- Endpoint: GET https://grantpulse.theaslangroupllc.com/api/grant/state
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grantpulse-state-grant-programs-api-d6e5de6f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_50xm9sJOSYsi9H_c0mVe4

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 grantpulse-state-grant-programs-api-d6e5de6f
```

Example prompt: Can you pull up state grant programs for environmental nonprofits in Colorado — I need funding options with agency links and upcoming application deadlines?

## When to prefer this

Use this endpoint when you need state-government-level grant data specifically (not federal or foundation grants), and you want results filtered by state, sector, and organization type with calendar context. Prefer this over the federal grant search endpoint when the user is focused on state agencies, and over the grant matching endpoint when you want raw state program listings rather than a personalized match.

## Known failure modes

- Invalid or unsupported state code returns empty results or 400 error
- Unrecognized sector or org type returns no matches
- Payment not completed (x402 flow failure) results in 402 response
- Rate limiting or quota exceeded returns 429
- No grants currently available for the specified filters returns empty list

## How this service works

State grant programs for nonprofit and small-business agents. Returns state-level funding by state, sector, and org type with agency links and an application calendar.

## Output

A list of state-level grant programs matching the requested state, sector, and organization type, including funding amounts, administering agency details with links, and an application calendar showing open and upcoming deadlines.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "state"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "state": {
   "type": "string",
   "description": "state"
  },
  "sector": {
   "type": "string",
   "description": "sector"
  },
  "org_type": {
   "type": "string",
   "description": "org_type"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grantpulse-state-grant-programs-api-d6e5de6f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from grantpulse.theaslangroupllc.com](https://www.zero.xyz/host/grantpulse.theaslangroupllc.com/llms.txt)
