This data call shows general informations about an ASN like its announcement status and the name of its holder according to the WHOIS service.
https://stat.ripe.net/data/as-overview/data.<format>?<parameters>
e.g. https://stat.ripe.net/data/as-overview/data.json?resource=AS3333
Key | Value | Info | Required |
---|---|---|---|
resource | as | states the as you want to get the resource info for | yes |
Key | Info |
---|---|
announced |
"true" if the ASN is originating any prefixes which are visible by at least 10 RIS full-feed peers (see http://ris.ripe.net).
Note that a transit-only ASN would be reported with "false". We will revise this in a future version and change the field name. |
holder | Descriptive name for the AS if AS is given, "null" otherwise |
resource | Outputs the AS that query is based on |
type | For this data call always "as" |
block | This contains information about this ASN or the ASN block it belongs to. Keys: desc (a human readable description), name (a human readable name) and the referencing resource/resources |
resource | holds the resource this query based on |
query_starttime/query_endtime | The time period the query covers. In version 1.1 the result is based on a snapshot instead of a time period. For compatibility reasons "query_starttime" and "query_endtime" will be kept in version 1.x but will hold the same value. |
AS announced:
"data": { "announced": true, "holder": "RIPE-NCC-AS RIPE Network Coordination Centre", "resource": "AS3333", "type": "as", "block": { "desc": "This block contains all 16-bit ASNs, which are allocated to the RIRs according to http://www.iana.org/assignments/as-numbers/as-numbers.xml. See RFC 1930\n", "name": "the 16-bit ASN Block", "resources": "AS1 - AS65535", "tags": "" } }
AS NOT announced:
"data": { "announced": false, "holder": null, "resource": "2930333", "type": "as" }