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": 8,
  "city": "bN",
  "continent_code": "dDbpN",
  "country": "",
  "country_code": "hNdZOsE29r39Jfg",
  "country_code3": "JecEpaEGC2nClwaVPModYhRRvZeH",
  "ip": "192.0.2.88",
  "is_in_european_union": true,
  "latitude": 9,
  "longitude": 25,
  "offset": 22,
  "organization": "yygq7FsUtds3VQUEcAiTA",
  "postal_code": "66ZIf",
  "region": "WetzUpmaSzFJkgTYyG7CaWIpQ",
  "region_code": "nPghV77pT",
  "timezone": "qm4YVb1Al3mhZq"
}