Returns information about the location and geolocated metro.
| Name | Description |
|---|---|
| ip_address | Return the location and metro associated with this ip address |
| Name | Description |
|---|---|
| metro[id] | Metro id |
| metro[name] | Metro name |
| metro[slug] | Metro slug |
| geolocated_location | Geolocated location |
| distance_from_metro | Distance from nearest GA metro |
| latitude | Latitude |
| longitude | Longitude |
| prioritize_online | Should metro be prioritized as Online? |
| eu_country | Is the user from an EU country? |
| continent | Continent ISO Code |
| country | Country ISO Code |
| state | State ISO Code |
| timezone | User Timezone |
Authorization: [your_auth_token] Accept: application/json
GET /api/v1/website/geolocate?ip_address=1.2.3.4
ip_address=1.2.3.4
Content-Type: application/json
200