API → MetaGet ip address information
hidden

Parameters

No parameters

Returns

get
/_meta/ipinfo
$ curl "https://api.zoo.dev/_meta/ipinfo" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "asn": 26,
  "city": "NrDYGSM3UK4lwamg",
  "continent_code": "bQ",
  "country": "Oktvgor1jDu88VJR9oNLVm107JjzEU",
  "country_code": "",
  "country_code3": "qlt7XjmFzyNn6NXz7ZlFDV7UpG",
  "ip": "192.0.2.108",
  "is_in_european_union": true,
  "latitude": 16,
  "longitude": 12,
  "offset": 5,
  "organization": "BnCg05WmVAU7BqdPxEfKwI0Fts6",
  "postal_code": "59P9znQvGgLwNJEB5vZL",
  "region": "h",
  "region_code": "P0gg02CTsFdaX3",
  "timezone": "IWlM"
}