# stable-govfiles Jurisdiction Codes Listing

> stable-govfiles Jurisdiction Codes Listing is a paid API for AI agents from www.stable-govfiles.dev, paid per call via x402, $0.4/call, status unknown (last checked 2026-09-15).

Returns the list of jurisdiction codes currently loaded and queryable in the stable-govfiles government records database.

## Facts

- Endpoint: GET https://www.stable-govfiles.dev/api/govfiles/jurisdictions
- Price: $0.4/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stable-govfiles-jurisdiction-codes-listing-dccef62c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dREXvMgsYafsOVtVn39ng

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 stable-govfiles-jurisdiction-codes-listing-dccef62c
```

Example prompt: What jurisdiction codes are currently available in stable-govfiles so I can figure out which ones to use when filtering my company search?

## When to prefer this

Use this endpoint as a prerequisite discovery step before querying company records — call it to determine which jurisdiction codes are valid inputs for the `jurisdictions` filter in a company search. Prefer this when you need to programmatically validate or enumerate available regions rather than hardcoding jurisdiction codes.

## Known failure modes

- Payment failure: 402 if USDC payment not provided or insufficient
- Service unavailable: 503 if the govfiles backend is down
- Empty list: may return an empty array if no jurisdictions are currently loaded

## How this service works

List the jurisdiction codes currently loaded and queryable (e.g. us_de, us_ca). Use these to scope a company search with the `jurisdictions` filter.

## Output

A list of jurisdiction code strings (e.g. us_de, us_ca) representing the regions whose government filing data is currently loaded and searchable in the database.

## Example request

```json
{
 "properties": ""
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stable-govfiles-jurisdiction-codes-listing-dccef62c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stable-govfiles.dev](https://www.zero.xyz/host/www.stable-govfiles.dev/llms.txt)
