{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Radar Datasets API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Radar Datasets", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get Datasets", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/radar/datasets", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Limit the number of objects in the response." }, { "name": "offset", "value": "", "type": "query", "description": "Number of objects to skip before grabbing results." }, { "name": "datasetType", "value": "", "type": "query", "description": "Dataset type." }, { "name": "format", "value": "", "type": "query", "description": "Format results are returned in." } ] }, "docs": "Get a list of datasets." }, { "info": { "name": "APIs.io Engineering Platform Get Dataset csv Stream", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/radar/datasets/:alias", "params": [ { "name": "alias", "value": "", "type": "path", "description": "Dataset alias or id" } ] }, "docs": "Get the csv content of a given dataset by alias or id. When getting the content by alias the latest dataset is returned, optionally filtered by the latest available at a given date." }, { "info": { "name": "APIs.io Engineering Platform Get Dataset download url", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/radar/datasets/download", "params": [ { "name": "format", "value": "", "type": "query", "description": "Format results are returned in." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get a url to download a single dataset." } ] } ], "bundled": true }