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": 30,
  "city": "lTvUfXLyUTQehawiQCRLPvzL",
  "continent_code": "gmedgzN",
  "country": "IrtC",
  "country_code": "7ScMVb3YCBS0yF0",
  "country_code3": "",
  "ip": "192.0.2.125",
  "is_in_european_union": false,
  "latitude": 10,
  "longitude": 27,
  "offset": 15,
  "organization": "aLoI1",
  "postal_code": "qu5E1qxBb9woZxXE9nRmX573Xz1FU",
  "region": "zyljWkw9F4E93cml3H70GTB",
  "region_code": "",
  "timezone": "N39380KnlhJ"
}