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": 14,
  "city": "8GZNGUmyNUVDCnE5fnmrotguf",
  "continent_code": "yYPlrISZZuy3ocXJS0uG0vD",
  "country": "3TEAljiyBY73Ic4Eq35",
  "country_code": "fnTeDdQLI4ZHFU8NK",
  "country_code3": "gT22ABNm0OHbApZigLb",
  "ip": "192.0.2.59",
  "is_in_european_union": false,
  "latitude": 17,
  "longitude": 2,
  "offset": 1,
  "organization": "Y",
  "postal_code": "nGMHBCIC1nrZ8lP3jnR1Gv",
  "region": "mqCnpm0eNVQ8Ky32WGBkf44NmvdSXL",
  "region_code": "qzXI6dTV6j7hKU9Qqm",
  "timezone": "WrxEl7"
}