{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Radar Entities API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Radar Entities", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get autonomous systems", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/radar/entities/asns", "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": "asn", "value": "", "type": "query", "description": "Comma separated list of ASNs." }, { "name": "location", "value": "", "type": "query", "description": "Location Alpha2 to filter results." }, { "name": "orderBy", "value": "", "type": "query", "description": "Order asn list." }, { "name": "format", "value": "", "type": "query", "description": "Format results are returned in." } ] }, "docs": "Gets a list of autonomous systems (AS)." }, { "info": { "name": "APIs.io Engineering Platform Get autonomous system information by AS number", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/radar/entities/asns/:asn", "params": [ { "name": "asn", "value": "", "type": "path", "description": "Autonomous System Number (ASN)." }, { "name": "format", "value": "", "type": "query", "description": "Format results are returned in." } ] }, "docs": "Get the requested autonomous system information. A confidence level below `5` indicates a low level of confidence in the traffic data - normally this happens because Cloudflare has a small amount of traffic from/to this AS). Population estimates come from APNIC (refer to https://labs.apnic.net/?p=526)." }, { "info": { "name": "APIs.io Engineering Platform Get AS-level relationships by AS number", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/radar/entities/asns/:asn/rel", "params": [ { "name": "asn", "value": "", "type": "path", "description": "Get all ASNs with provider-customer or peering relationships with the given ASN" }, { "name": "asn2", "value": "", "type": "query", "description": "Get the AS relationship of ASN2 with respect to the given ASN" }, { "name": "format", "value": "", "type": "query", "description": "Format results are returned in." } ] }, "docs": "Get AS-level relationship for given networks." }, { "info": { "name": "APIs.io Engineering Platform Get autonomous system information by IP address", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/radar/entities/asns/ip", "params": [ { "name": "ip", "value": "", "type": "query", "description": "IP address." }, { "name": "format", "value": "", "type": "query", "description": "Format results are returned in." } ] }, "docs": "Get the requested autonomous system information based on IP address. Population estimates come from APNIC (refer to https://labs.apnic.net/?p=526)." }, { "info": { "name": "APIs.io Engineering Platform Get IP address", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/radar/entities/ip", "params": [ { "name": "ip", "value": "", "type": "query", "description": "IP address." }, { "name": "format", "value": "", "type": "query", "description": "Format results are returned in." } ] }, "docs": "Get IP address information. " }, { "info": { "name": "APIs.io Engineering Platform Get locations", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/radar/entities/locations", "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": "location", "value": "", "type": "query", "description": "Comma separated list of locations." }, { "name": "format", "value": "", "type": "query", "description": "Format results are returned in." } ] }, "docs": "Get a list of locations." }, { "info": { "name": "APIs.io Engineering Platform Get location", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/radar/entities/locations/:location", "params": [ { "name": "location", "value": "", "type": "path", "description": "Alpha-2 country code." }, { "name": "format", "value": "", "type": "query", "description": "Format results are returned in." } ] }, "docs": "Get the requested location information. A confidence level below `5` indicates a low level of confidence in the traffic data - normally this happens because Cloudflare has a small amount of traffic from/to this location)." } ] } ], "bundled": true }