ASN¶
/api/1.1/asns¶
GET /api/1.1/asns
Authentication Required: Yes
Role(s) Required: None
Response Properties
Parameter Type Description asnsarray A collection of asns >lastUpdatedstring The Time / Date this server entry was last updated >idstring Local unique identifier for the ASN >asnstring Autonomous System Numbers per APNIC for identifying a service provider. >cachegroupstring Related cachegroup name Response Example
{ "response": { "asns": [ { "lastUpdated": "2012-09-17 21:41:22", "id": "27", "asn": "7015", "cachegroup": "us-ma-woburn" }, { "lastUpdated": "2012-09-17 21:41:22", "id": "28", "asn": "7016", "cachegroup": "us-pa-pittsburgh" } ] }, }