Federal rules and proposed rules amending a specific CFR title and part (e.g
Federal rules and proposed rules amending a specific CFR title and part (e.g. 17 CFR 240), newest first with deadline flags. Watch the exact provisions you are subject to instead of whole agencies or topics.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
325 msmedian answer time
$0.02listed price per call
$0.02price 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/cfr
| Category | Everything else |
|---|---|
| Provider host | answerpool.io |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 325 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"cfr_part": 240,
"cfr_title": 17
},
"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": {
"cfr_part": {
"anyOf": [
{
"maximum": 9999,
"minimum": 1,
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "CFR part, e.g. 240.",
"title": "Cfr Part"
},
"cfr_title": {
"description": "CFR title number, e.g. 17 for securities.",
"maximum": 50,
"minimum": 1,
"title": "Cfr Title",
"type": "integer"
},
"limit": {
"default": 25,
"maximum": 100,
"minimum": 1,
"title": "Limit",
"type": "integer"
},
"since": {
"anyOf": [
{
"maxLength": 40,
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "ISO date; default 90d.",
"title": "Since"
},
"types": {
"default": "rule,proposed_rule",
"description": "Comma-separated types.",
"title": "Types",
"type": "string"
}
},
"required": [
"cfr_title"
],
"title": "CfrWatchIn",
"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": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Effective On"
},
"flags": {
"items": {
"type": "string"
},
"title": "Flags",
"type": "array"
},
"publication_date": {
"title": "Publication Date",
"type": "string"
},
"regulation_id_numbers": {