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": 17,
  "city": "n5nW8n0rI01yGh3BI",
  "continent_code": "1hU",
  "country": "Yt3PxvkqPsVnbNka4NkyViQ8lGX",
  "country_code": "Vcve3SQWT1JxlXNH74xRhOUsKDuJJV",
  "country_code3": "RwWHIeZ60FpThZrLQlcnPOvm",
  "ip": "192.0.2.140",
  "is_in_european_union": false,
  "latitude": 22,
  "longitude": 25,
  "offset": 32,
  "organization": "YaD7VwmnjPwJmNcRGx",
  "postal_code": "yoecnLypGHakT",
  "region": "nqfihf4Tp3vj6X1VU1KKluE8eA",
  "region_code": "rbCtyJ4VkWNhGCdcwPCwld7a807",
  "timezone": "V"
}