← Back to catalog
fedregister.search
mock data$0.001 / callSearch Federal Register
Search the US Federal Register — final rules, proposed rules, notices, executive orders. Filter by agency, type, date. 90+ years of official federal government records (Federal Register)
Input schema
sort
stringSort order (default: newest)
limit
integerNumber of results (default 10, max 20)
query
stringSearch keywords in Federal Register (e.g. "executive order", "cryptocurrency regulation")
agency
stringAgency slug (e.g. "environmental-protection-agency", "securities-and-exchange-commission")
document_type
stringType: RULE (final rule), PRORULE (proposed rule), NOTICE, PRESDOCU (presidential document/executive order)
published_after
stringOnly documents published after this date (MM/DD/YYYY)
Call via REST
curl -X POST https://unifyapi.pro/api/call/fedregister.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"sort":"<sort>","limit":0,"query":"<query>","agency":"<agency>","document_type":"<document_type>","published_after":"<published_after>"}'