Federal Register API
Overview
The Federal Register API provides programmatic access to the official daily journal of the US government, including executive orders, proposed rules, and public notices. No API key is needed, so you can query it right away. It is a valuable resource for legal researchers, compliance tools, and civic applications tracking regulatory changes.
Beginner Tip
Use the conditions[term] parameter to search for specific topics like "climate" or "healthcare" and filter by conditions[type]=RULE for final rules or PRESDOCU for presidential documents. Results are paginated with 20 items per page by default.
Available Data
Example Response
{
"status": "success",
"data": {
"result": "Data from Federal Register",
"description": "The Daily Journal of the United States Government",
"timestamp": "2025-01-15T10:00:00Z"
}
} Field Reference
results Array of Federal Register document objects matching the search criteria title Official title of the government document or rule document_number Unique identifier for the document in the Federal Register publication_date Date the document was published in YYYY-MM-DD format type Document type such as RULE, PRORULE, NOTICE, or PRESDOCU abstract Brief summary of the document content and its regulatory or legal purpose Implementation Example
const url = "https://www.federalregister.gov/reader-aids/developer-resources/rest-api";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Common Errors & Troubleshooting
Matrix Score Breakdown
Fully tested on Apr 5, 2026
Technical Specifications
Related Tags
Similar APIs
View All →Bank Negara Malaysia Open Data
⭐ Beginner's PickBank Negara Malaysia Open Data provides free access to official financial data published by Malaysia's central bank, including exchange rates, interest rates, and key economic indicators.
BCLaws
BCLaws gives you free access to the full text of British Columbia's laws and regulations.
Brazil
⭐ Beginner's PickBrasilAPI is a free, community-driven API that centralizes public data about Brazil in one easy-to-use place.
Brazil Central Bank Open Data
The Brazil Central Bank Open Data API provides free access to official financial and economic data from Brazil s central bank (Banco Central do Brasil).
Brazil Receita WS
Brazil Receita WS lets you look up official information about Brazilian companies using their CNPJ (tax registration number).