UnifyAPI
← Back to catalog

fcc.regulatory.proceeding_detail

mock data$0.001 / call

FCC Proceeding Detail

Get full details of a specific FCC proceeding by docket number from ECFS. Returns the description, bureau, type (Rulemaking vs Docket), open/closed status, filing count, and all key dates (created, NPRM, public notice). Use after fcc.regulatory.search_proceedings to get full details of a specific docket.

Government & Legalprovider: Fcc#fcc#government

Input schema

docketrequired

FCC docket number to look up (e.g. "17-108" for Restoring Internet Freedom, "22-461" for broadband rules).

string

Call via REST

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

Try it

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