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": 22,
  "city": "jAv963imaSLzP",
  "continent_code": "sW8hDrtsKO",
  "country": "aPgV26hg9OUKt4c",
  "country_code": "BbKGsWu",
  "country_code3": "EWUSyai39YxUaKmPSbz3p2WAY",
  "ip": "192.0.2.151",
  "is_in_european_union": false,
  "latitude": 23,
  "longitude": 2,
  "offset": 8,
  "organization": "TaYVyLvDokqZY",
  "postal_code": "jNdqhzafsxGT3zfVkT4NwrD8wos",
  "region": "Xyy1aw7LYM9EwfBGAbXwmb",
  "region_code": "",
  "timezone": "Xq3zrMXxfNOE"
}