Get autonomous system information by AS number

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).

/radar/entities/asns/{asn}

get

Radar Entities

radar-get-entities-asn-by-id

Debug "planAvailability"

{
  "business": true,
  "enterprise": true,
  "free": true,
  "pro": true
}

Debug "tokenPermissions"

{
  "enum": [
    "com.cloudflare.api.user.read"
  ]
}

Debug "parameters"

[
  {
    "in": "path",
    "name": "asn",
    "required": true,
    "schema": {
      "description": "Autonomous System Number (ASN).",
      "example": 3,
      "type": "integer"
    }
  },
  {
    "in": "query",
    "name": "format",
    "schema": {
      "description": "Format results are returned in.",
      "enum": [
        "JSON",
        "CSV"
      ],
      "example": "json",
      "type": "string"
    }
  }
]

Debug "requestBody"

null

Debug "responses"

{
  "200": {
    "content": {
      "application/json": {
        "schema": {
          "properties": {
            "result": {
              "properties": {
                "asn": {
                  "properties": {
                    "aka": {
                      "type": "string"
                    },
                    "asn": {
                      "example": 714,
                      "type": "integer"
                    },
                    "confidenceLevel": {
                      "example": 5,
                      "type": "integer"
                    },
                    "country": {
                      "example": "GB",
                      "type": "string"
                    },
                    "countryName": {
                      "example": "United Kingdom",
                      "type": "string"
                    },
                    "estimatedUsers": {
                      "properties": {
                        "estimatedUsers": {
                          "description": "Total estimated users",
                          "example": 86099,
                          "type": "integer"
                        },
                        "locations": {
                          "items": {
                            "properties": {
                              "estimatedUsers": {
                                "description": "Estimated users per location",
                                "example": 16710,
                                "type": "integer"
                              },
                              "locationAlpha2": {
                                "example": "US",
                                "type": "string"
                              },
                              "locationName": {
                                "example": "United States",
                                "type": "string"
                              }
                            },
                            "required": [
                              "locationName",
                              "locationAlpha2"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "required": [
                        "locations"
                      ],
                      "type": "object"
                    },
                    "name": {
                      "example": "Apple Inc.",
                      "type": "string"
                    },
                    "nameLong": {
                      "description": "Deprecated field. Please use 'aka'.",
                      "type": "string"
                    },
                    "orgName": {
                      "type": "string"
                    },
                    "related": {
                      "items": {
                        "properties": {
                          "aka": {
                            "type": "string"
                          },
                          "asn": {
                            "example": 174,
                            "type": "integer"
                          },
                          "estimatedUsers": {
                            "description": "Total estimated users",
                            "example": 65345,
                            "type": "integer"
                          },
                          "name": {
                            "example": "Cogent-174",
                            "type": "string"
                          }
                        },
                        "required": [
                          "name",
                          "asn"
                        ],
                        "type": "object"
                      },
                      "type": "array"
                    },
                    "source": {
                      "description": "Regional Internet Registry",
                      "example": "RIPE",
                      "type": "string"
                    },
                    "website": {
                      "example": "https://www.apple.com/support/systemstatus/",
                      "type": "string"
                    }
                  },
                  "required": [
                    "name",
                    "country",
                    "countryName",
                    "confidenceLevel",
                    "related",
                    "source",
                    "asn",
                    "website",
                    "orgName",
                    "estimatedUsers"
                  ],
                  "type": "object"
                }
              },
              "required": [
                "asn"
              ],
              "type": "object"
            },
            "success": {
              "example": true,
              "type": "boolean"
            }
          },
          "required": [
            "result",
            "success"
          ],
          "type": "object"
        }
      }
    },
    "description": "Successful Response"
  },
  "404": {
    "content": {
      "application/json": {
        "schema": {
          "properties": {
            "error": {
              "example": "Not Found",
              "type": "string"
            }
          },
          "required": [
            "error"
          ],
          "type": "object"
        }
      }
    },
    "description": "Not found"
  }
}

Debug "security"

[
  {
    "api_email": [],
    "api_key": []
  }
]