Skip to main content
GET
/
api
/
data
/
asn
/
{country}
Get ASN data by country
curl --request GET \
  --url https://anyip.io/api/data/asn/{country} \
  --header 'api-key: <api-key>'
[
  {
    "name": "<string>",
    "value": "<string>"
  }
]

Authorizations

api-key
string
header
required

Value for the api-key header parameter.

Path Parameters

country
string
required

Country code

Query Parameters

is_mobile
boolean | null

Is mobile

region
string | null

Region

Response

Successful response

name
string
value
string