# AS Overview
This data call shows general informations about an ASN like its announcement status and the name of its holder according to the WHOIS service.
GET /data/as-overview/data.json?resource=AS3333
# Parameters
Key | Value | Info | Required |
---|---|---|---|
resource | as | states the as you want to get the resource info for | yes |
# Data Output
Key | Info | ||||||
---|---|---|---|---|---|---|---|
announced | "true" if the ASN is originating any prefixes which are visible by at least 10 RIS full-feed peers (see https://www.ripe.net/analyse/internet-measurements/routing-information-service-ris/routing-information-service-ris). 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 of the ASN holder, when the ASN has been registered by an RIR. "null" otherwise | ||||||
resource | Outputs the AS that query is based on | ||||||
type | For this data call always "as" | ||||||
block | information about this ASN as found in the IANA registries. Keys:
| ||||||
resource | holds the resource this query based on | ||||||
query_starttime/query_endtime | The time period the query covers |
# Code Examples
# Available versions for this data call:
1.3
This is the current and only version of this API call.