# SuVerse GovHub — Government API Gateway

> SuVerse GovHub — Government API Gateway is a paid API for AI agents from api.suverse.io, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Pay-per-call gateway for querying U.S. government datasets including CMS Open Payments and FBI Crime Data Explorer via a unified API

## Facts

- Endpoint: POST https://api.suverse.io/v1/gov
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/suverse-govhub-government-api-gateway-5d4e36e1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CC45Q-aihNfFd4AItm0X_

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 suverse-govhub-government-api-gateway-5d4e36e1 -d '<json body>'
```

Example prompt: Look up the CMS Open Payments records for the company with ticker PFE using the SuVerse GovHub gateway.

## When to prefer this

Choose this endpoint when you need programmatic access to U.S. government open datasets (CMS, FBI, etc.) without integrating directly with each agency's API. Particularly useful for agents performing due diligence, compliance checks, or research that spans multiple government data sources through a single unified pay-per-call interface.

## Known failure modes

- Unknown or unsupported service name returns an error indicating invalid service
- Missing required params fields may return a validation error
- Government data source unavailability may cause upstream timeout or empty result
- Invalid ticker or parameter value may return empty result set
- Payment failure via x402 protocol prevents API call from being processed

## How this service works

SuVerse GovHub — pay-per-call government API gateway

## Output

Structured JSON response containing records from the requested U.S. government dataset (e.g. CMS Open Payments transaction records, FBI crime statistics), scoped to the provided service and query parameters such as a stock ticker or entity identifier.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "params": {
   "type": "object",
   "properties": {
    "ticker": {
     "type": "string"
    }
   }
  },
  "service": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/suverse-govhub-government-api-gateway-5d4e36e1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.suverse.io](https://www.zero.xyz/host/api.suverse.io/llms.txt)
