← Back to catalog
fcc.regulatory.proceedings
mock data$0.001 / callFCC Regulatory Proceedings Search
Search FCC regulatory proceedings and rulemaking dockets from the Electronic Comment Filing System (ECFS). Returns docket numbers, descriptions, bureaus, filing counts, and dates. Use to research telecom regulatory actions on topics like net neutrality, spectrum allocation, broadband deployment, and consumer protection. Filter by bureau (WC, MB, WTB, OET) or keyword.
Input schema
q
stringFree-text search query across proceeding descriptions (e.g. "net neutrality", "broadband", "spectrum").
sort
stringSort field and direction (e.g. "date_proceeding_created,DESC" or "total_filing_count,DESC"). Default: newest first.
limit
integerNumber of proceedings to return (default 10, max 25).
bureau
stringFCC bureau code to filter by (e.g. "WC" Wireline, "MB" Media, "WTB" Wireless, "OET" Engineering).
Call via REST
curl -X POST https://unifyapi.pro/api/call/fcc.regulatory.proceedings \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"q":"<q>","sort":"<sort>","limit":0,"bureau":"<bureau>"}'