UnifyAPI
← Back to catalog

regulations.search

mock data$0.001 / call

Search US Federal Regulations

Search US federal regulatory documents — rules, proposed rules, notices, presidential documents. Filter by agency (EPA, SEC, FDA...), document type, date. 7,500+ results for "artificial intelligence" (Regulations.gov)

Government & Legalprovider: Regulations#regulations#government

Input schema

sort

Sort order (default: -postedDate, newest first)

string
limit

Number of results (default 10, min 5, max 25)

integer
query

Search keywords in federal regulatory documents (e.g. "artificial intelligence", "climate change")

string
agency

Filter by agency ID (e.g. "EPA", "SEC", "FDA")

string
posted_after

Only documents posted after this date (YYYY-MM-DD)

string
document_type

Filter by document type

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/regulations.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"sort":"<sort>","limit":0,"query":"<query>","agency":"<agency>","posted_after":"<posted_after>","document_type":"<document_type>"}'

Try it

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