UnifyAPI
← Back to catalog

fedregister.search

mock data$0.001 / call

Search 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)

Government & Legalprovider: Fedregister#fedregister#government

Input schema

sort

Sort order (default: newest)

string
limit

Number of results (default 10, max 20)

integer
query

Search keywords in Federal Register (e.g. "executive order", "cryptocurrency regulation")

string
agency

Agency slug (e.g. "environmental-protection-agency", "securities-and-exchange-commission")

string
document_type

Type: RULE (final rule), PRORULE (proposed rule), NOTICE, PRESDOCU (presidential document/executive order)

string
published_after

Only documents published after this date (MM/DD/YYYY)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.