Geocode Response Schema

Response body for the geocode endpoint

Example

{
  "results": [
    {
      "lat": 40.7128,
      "lon": -74.006,
      "name": "New York",
      "admin": "New York",
      "country": "United States",
      "iso2": "US",
      "timezone": "America/New_York"
    },
    ...
  ]
}

Attributes