← Back to Dashboard

Federal Register

GovernmentActiveUnknownAuth: UnknownDoc: HTML
Swagger DocumentationVisit Website ↗

Description

The Daily Journal of the United States Government

✨ AI Summary

Provides programmatic access to the Federal Register, the daily journal of the US government, through extensive developer APIs.

Code Example

import requests

url = "https://www.federalregister.gov/unblock"
headers = {
    "Content-Type": "application/x-www-form-urlencoded",
}
data = {
    "authenticity_token": "qFyTkrRhxwCQ0wGWEJoK8opiDMlbrwpe9Sqo6eQVJls4GVoSm3skNJnHby3A2yV0d6k-HDoOdFoEQNLtxW9EoA",
    "g-recaptcha-response": "YOUR_RECAPTCHA_RESPONSE" # This value is generated by a client-side CAPTCHA challenge.
}

response = requests.post(url, headers=headers, data=data)
print(response.text)

Live Health Metrics

Last 50 checks (10 min intervals)