# Suverse Federal Register Public Inspection

> Suverse Federal Register Public Inspection is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns documents currently on public inspection at the US Federal Register ahead of official publication, including titles, agencies, doc numbers, and filing details.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-civic-fedreg-public-inspection
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/suverse-federal-register-public-inspection-21fd6483
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GUTub969gGHJLju7X1q2P

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-federal-register-public-inspection-21fd6483 -d '<json body>'
```

Example prompt: Can you pull up the documents currently on public inspection at the Federal Register — I want to see what rules are pending official publication right now, including which agencies filed them and their document numbers?

## When to prefer this

Use this endpoint when you need real-time access to Federal Register public inspection documents before official publication, without requiring your own API key. Ideal for agents monitoring regulatory pipelines, compliance teams tracking pending rules, or civic tech workflows that need early access to rulemaking filings.

## Known failure modes

- No documents on inspection at the time of call (empty result set)
- Federal Register source temporarily unavailable (upstream API error)
- Payment not processed or insufficient balance (402 response)
- Malformed request body causing 400 error
- Rate limiting or proxy-level throttling

## How this service works

Documents currently on public inspection at the US Federal Register, ahead of official publication. Returns titles, agencies, doc numbers, filing details. Keyless Federal Register API. For agents tracking pending rules.

## Output

A list of pre-publication Federal Register documents currently on public inspection, including document titles, filing agencies, document numbers, and other filing details such as dates and document types.

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/suverse-federal-register-public-inspection-21fd6483/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
