APIMetaGet 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": 5,
  "city": "ULJ5",
  "continent_code": "GHEdd",
  "country": "ZEFTRsuP",
  "country_code": "PEKrCfrJrpy0wF7qCNRpkbBvV",
  "country_code3": "ejDuE",
  "ip": "192.0.2.18",
  "is_in_european_union": true,
  "latitude": 30,
  "longitude": 8,
  "offset": 6,
  "organization": "fe8xh2jH",
  "postal_code": "ozkWkg0fXqdUI2ejj",
  "region": "7",
  "region_code": "h3DTnqfWYFRGA2",
  "timezone": "xjrpxOCCPi2wguqP9noR"
}