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": "0J5CaNjcVSGdn2OH14sDIB",
  "continent_code": "RO1JOhpSH0Xr1BlYMfAiGOxknEhd",
  "country": "YF00dMShSgnEWlRcncpAsfjTjy",
  "country_code": "IRy8IJqSpxD16pT9fVc0SjcheSzbNE",
  "country_code3": "",
  "ip": "192.0.2.222",
  "is_in_european_union": false,
  "latitude": 6,
  "longitude": 5,
  "offset": 3,
  "organization": "A",
  "postal_code": "HhLYNwu62Jsr6dkzrvy3C5zypzyKJ",
  "region": "",
  "region_code": "weeeGtRBAsZaIB2A4j",
  "timezone": "3oAoHqqkL6dzXs"
}