UnifyAPI
← Back to catalog

fcc.regulatory.proceedings

mock data$0.001 / call

FCC 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.

Government & Legalprovider: Fcc#fcc#government

Input schema

q

Free-text search query across proceeding descriptions (e.g. "net neutrality", "broadband", "spectrum").

string
sort

Sort field and direction (e.g. "date_proceeding_created,DESC" or "total_filing_count,DESC"). Default: newest first.

string
limit

Number of proceedings to return (default 10, max 25).

integer
bureau

FCC bureau code to filter by (e.g. "WC" Wireline, "MB" Media, "WTB" Wireless, "OET" Engineering).

string

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

Try it

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