Skip to main content
POST
/
api
/
federalregister
/
documents
/federalregister/documents
curl --request POST \
  --url https://api.anysite.io/api/federalregister/documents \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "document_number": "2026-12535",
  "timeout": 300
}
'
[
  {
    "document_number": "<string>",
    "@type": "@federalregister_document",
    "title": "<string>",
    "type": "<string>",
    "subtype": "<string>",
    "toc_doc": "<string>",
    "toc_subject": "<string>",
    "abstract": "<string>",
    "action": "<string>",
    "dates": "<string>",
    "excerpts": "<string>",
    "publication_date": "<string>",
    "effective_on": "<string>",
    "comments_close_on": "<string>",
    "signing_date": "<string>",
    "citation": "<string>",
    "volume": 123,
    "start_page": 123,
    "end_page": 123,
    "page_length": 123,
    "significant": true,
    "executive_order_number": "<string>",
    "proclamation_number": "<string>",
    "presidential_document_number": "<string>",
    "docket_ids": [],
    "regulation_id_numbers": [],
    "regulation_id_number_info": [],
    "topics": [],
    "agencies": [],
    "cfr_references": [],
    "dockets": [],
    "page_view_count": 123,
    "comment_url": "<string>",
    "html_url": "<string>",
    "pdf_url": "<string>",
    "public_inspection_pdf_url": "<string>",
    "full_text_xml_url": "<string>",
    "body_html_url": "<string>",
    "raw_text_url": "<string>",
    "mods_url": "<string>",
    "json_url": "<string>",
    "regulations_dot_gov_url": "<string>",
    "regulations_dot_gov_info": {
      "@type": "@federalregister_regulations_dot_gov_info",
      "docket_id": "<string>",
      "document_id": "<string>",
      "agency_id": "<string>",
      "title": "<string>",
      "regulation_id_number": "<string>",
      "comments_count": 123,
      "comments_url": "<string>",
      "supporting_documents_count": 123,
      "supporting_documents": [],
      "checked_at": "<string>"
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
document_number
string
required

Federal Register document number, or a list of numbers (also accepts a document URL)

Minimum string length: 1
Example:

"2026-12535"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

document_number
string
required
@type
string
default:@federalregister_document
title
string | null
type
string | null
subtype
string | null
toc_doc
string | null
toc_subject
string | null
abstract
string | null
action
string | null
dates
string | null
excerpts
string | null
publication_date
string | null
effective_on
string | null
comments_close_on
string | null
signing_date
string | null
citation
string | null
volume
integer | null
start_page
integer | null
end_page
integer | null
page_length
integer | null
significant
boolean | null
executive_order_number
string | null
proclamation_number
string | null
presidential_document_number
string | null
docket_ids
string[]
regulation_id_numbers
string[]
regulation_id_number_info
FederalregisterRegulationIdNumber · object[]
topics
string[]
agencies
FederalregisterAgencyRef · object[]
cfr_references
FederalregisterCfrReference · object[]
dockets
FederalregisterDocket · object[]
page_view_count
integer | null
comment_url
string | null
html_url
string | null
pdf_url
string | null
public_inspection_pdf_url
string | null
full_text_xml_url
string | null
body_html_url
string | null
raw_text_url
string | null
mods_url
string | null
json_url
string | null
regulations_dot_gov_url
string | null
regulations_dot_gov_info
FederalregisterRegulationsDotGovInfo · object