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

{
    "city": "Columbus",
    "continent_code": "NA",
    "continent_name": "North America",
    "country_code": "US",
    "country_name": "United States",
    "dma_code": 535,
    "is_in_european_union": false,
    "latitude": 39.9625,
    "longitude": -83.0061,
    "postal_code": "43215",
    "region": "OH",
    "time_zone": "America/New_York"
}