UnifyAPI
← Back to catalog

fcc.regulatory.filings

mock data$0.001 / call

FCC Regulatory Filings Search

Search FCC regulatory filings, public comments, and orders within ECFS proceedings. Returns filer names, law firms, submission types, document links, and dates. Use to find public comments on FCC rules, industry petitions, and official orders. Filter by docket number (e.g. "17-108" for Restoring Internet Freedom, "22-461" for broadband) or browse recent filings.

Government & Legalprovider: Fcc#fcc#government

Input schema

sort

Sort field and direction (e.g. "date_received,DESC" or "date_disseminated,ASC"). Default: newest received first.

string
limit

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

integer
docket

FCC docket/proceeding number to filter filings by (e.g. "17-108", "22-461", "21-93").

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/fcc.regulatory.filings \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"sort":"<sort>","limit":0,"docket":"<docket>"}'

Try it

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