{ "opencollection": "1.0.0", "info": { "name": "FCC ECFS Datasets Filings API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Filings", "type": "folder" }, "items": [ { "info": { "name": "Search ECFS filings", "type": "http" }, "http": { "method": "GET", "url": "https://publicapi.fcc.gov/ecfs/filings", "params": [ { "name": "api_key", "value": "", "type": "query", "description": "api.data.gov API key." }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "proceedings.name", "value": "", "type": "query", "description": "Proceeding (docket) number filter." }, { "name": "sort", "value": "", "type": "query", "description": "Field name and direction (e.g. date_disseminated,DESC)." } ] }, "docs": "Returns a list of filings submitted to the FCC ECFS system." } ] } ], "bundled": true }