# Geolocation info This will return geolocation info. Endpoint: GET /flux/geolocation Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.ip` (string) IP address - `data.continent` (string) Continent name - `data.continentCode` (string) Continent code - `data.country` (string) Country name - `data.countryCode` (string) Continent code - `data.region` (string) Region code - `data.regionName` (string) Region name - `data.lat` (number) Latitude parameter - `data.lon` (number) Longitude parameter - `data.org` (string) Organization name