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": 27,
  "city": "zLeJZQqTexjGQYsQ00",
  "continent_code": "NxbR4Q0zfE2D11u44rnH6FwP9h",
  "country": "8fee",
  "country_code": "SNXT",
  "country_code3": "6Aga",
  "ip": "192.0.2.17",
  "is_in_european_union": false,
  "latitude": 30,
  "longitude": 32,
  "offset": 17,
  "organization": "95cLpnbTPXpTsbaxg2Nz1W",
  "postal_code": "y36FocqzBnFsr9V8vsrihbXkPOLrU",
  "region": "VWk3znoFOUXrYlZ",
  "region_code": "uUe98FdCpIJhsxbMNacNNwAity3",
  "timezone": "WVrS5QVb"
}