GET /location/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "is_gdpr": false,
    "country_code": "US",
    "country_name": "United States",
    "city_name": null,
    "continent_code": "NA",
    "continent_name": "North America",
    "dma_code": null,
    "latitude": 37.751,
    "longitude": -97.822,
    "postal_code": null,
    "region": null,
    "time_zone": "America/Chicago"
}