← Back to catalog
regulations.search
mock data$0.001 / callSearch 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)
Input schema
sort
stringSort order (default: -postedDate, newest first)
limit
integerNumber of results (default 10, min 5, max 25)
query
stringSearch keywords in federal regulatory documents (e.g. "artificial intelligence", "climate change")
agency
stringFilter by agency ID (e.g. "EPA", "SEC", "FDA")
posted_after
stringOnly documents posted after this date (YYYY-MM-DD)
document_type
stringFilter by document type
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>"}'