ToolAssay

Track US federal rules by term or agency — returns Federal Register rules and pr

Track US federal rules by term or agency — returns Federal Register rules and proposed rules with docket/RIN/CFR ids, effective and comment-close dates, deadline flags and day counts. Use instead of polling federalregister.gov.

Answers HTTP 200 without x402 payment termsour last check, 2026-09-24
0 of 1checks answered this week
n/amedian answer time
$0.005listed price per call
n/aprice 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://answerpool.io/v1/regs/rules

CategoryEverything else
Provider hostanswerpool.io
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 no x402 terms 200 442 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "term": "artificial intelligence"
  },
  "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": {
          "additionalProperties": false,
          "properties": {
            "agency": {
              "anyOf": [
                {
                  "maxLength": 120,
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "description": "Federal Register agency slug, e.g. securities-and-exchange-commission.",
              "title": "Agency"
            },
            "limit": {
              "default": 25,
              "maximum": 100,
              "minimum": 1,
              "title": "Limit",
              "type": "integer"
            },
            "significant_only": {
              "default": false,
              "description": "Only E.O. 12866 significant documents.",
              "title": "Significant Only",
              "type": "boolean"
            },
            "since": {
              "anyOf": [
                {
                  "maxLength": 40,
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "description": "publication_date >= (ISO date). Default: last 30 days.",
              "title": "Since"
            },
            "term": {
              "anyOf": [
                {
                  "maxLength": 200,
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "description": "Full-text term, e.g. 'artificial intelligence'.",
              "title": "Term"
            },
            "types": {
              "default": "rule,proposed_rule",
              "description": "Comma-separated: rule, proposed_rule, notice, presidential.",
              "title": "Types",
              "type": "string"
            },
            "until": {
              "anyOf": [
                {
                  "maxLength": 40,
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Until"
            }
          },
          "title": "RulesInput",
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "as_of": {
              "title": "As Of",
              "type": "string"
            },
            "count": {
              "title": "Count",
              "type": "integer"
            },
            "disclaimer": {
              "default": "Regulatory information from the Federal Register (public domain); not legal advice.",
              "title": "Disclaimer",
              "type": "string"
            },
            "documents": {
              "items": {
                "properties": {
                  "abstract": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Abstract"
                  },
                  "action": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Action"
                  },
                  "agencies": {
                    "items": {
                      "type": "string"
                    },
                    "title": "Agencies",
                    "type": "array"
                  },
                  "cfr_references": {
                    "items": {
                      "type": "string"
                    },
                    "title": "Cfr References",
                    "type": "array"
                  },
                  "comments_close_on": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Comments Close On"
                  },
                  "days_to_comment_close": {
                    "anyOf": [
                      {
                        "type": "integer"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Days To Comment Close"
                  },
                  "days_to_effective": {
                    "anyOf": [
                      {
                        "type": "integer"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Days To Effective"
                  },
                  "docket_ids": {
                    "items": {
                      "type": "string"
                    },
                    "title": "Docket Ids",
                    "type": "array"
                  },
                  "document_number": {
                    "title": "Document Number",
                    "type": "string"
                  },
                  "effective_on

This page as JSON