ToolAssay

Federal Register documents

Federal Register documents - final rules, proposed rules, notices and presidential documents - with the agency resolved from the abbreviation or name you would actually type, plus effective dates, comment deadlines and CFR parts. Includes the upstream match count so a capped page is never mistaken for the whole result set.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
675 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://bryan-hermes.lenok-gorgon.ts.net:8443/v1/regulations

CategoryEverything else
Provider hostbryan-hermes.lenok-gorgon.ts.net
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 675 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "agency": "SEC",
    "days": 90,
    "type": "proposed"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "agency": {
              "description": "Agency by abbreviation or name, e.g. SEC, EPA, FCC, 'Department of Energy'",
              "type": "string"
            },
            "days": {
              "default": 30,
              "description": "Lookback window in days",
              "type": "integer"
            },
            "limit": {
              "default": 20,
              "description": "Max documents returned (<=200)",
              "type": "integer"
            },
            "q": {
              "description": "Full-text search term",
              "type": "string"
            },
            "type": {
              "description": "rule | proposed | notice | presidential | all",
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON