← Back to catalog
fcc.regulatory.filings
mock data$0.001 / callFCC 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.
Input schema
sort
stringSort field and direction (e.g. "date_received,DESC" or "date_disseminated,ASC"). Default: newest received first.
limit
integerNumber of filings to return (default 10, max 25).
docket
stringFCC docket/proceeding number to filter filings by (e.g. "17-108", "22-461", "21-93").
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>"}'