Proposed federal rules whose comment window closes within N days, sorted soonest
Proposed federal rules whose comment window closes within N days, sorted soonest first with exact day-counts — the actionable comment queue, optionally filtered to one agency or topic. Replaces scanning months of proposed rules and computing dates.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
324 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/comment-deadlines
| 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 | 324 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"within_days": 14
},
"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,
"pattern": "^[a-z0-9-]+$",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Agency"
},
"limit": {
"default": 25,
"maximum": 100,
"minimum": 1,
"title": "Limit",
"type": "integer"
},
"term": {
"anyOf": [
{
"maxLength": 200,
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Term"
},
"within_days": {
"default": 14,
"description": "Comment periods closing within this many days.",
"maximum": 90,
"minimum": 1,
"title": "Within Days",
"type": "integer"
}
},
"title": "CommentDeadlinesIn",
"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": {
"items": {
"type": "string"
},
"title": "Regulation Id Numbers",
"type": "array"
},
"significant": {
"anyOf": [
{
"type": "bool