Reverse Geocoding with Timezone API
Introduction
The Reverse geocoding with Timezone API provides a combined output version of the Reverse Geocoding to City API and Time Zone by Location API.
The primary purpose of this API is to reduce the number of API calls and provide you with an option of getting more productive data points within a single API request.
https://api.bigdatacloud.net/data/reverse-geocode-with-timezone
CURL Example
Visit our SDK page to access API clients in specific languages like Javascript, Python + PHP.
Response
Response Format
Field |
Data type |
Description |
---|---|---|
latitude |
float |
Requested Latitude |
longitude |
float |
Requested Longitude |
plusCode |
string |
Open Location Code (read more here plus codes) |
localityLanguageRequested |
string |
localityLanguage input parameter received |
continent |
string |
Localised Continent name in the requested language, if available |
continentCode |
string |
Continent code |
countryName |
string |
Localised Country name in the requested language, if available |
countryCode |
string |
Country code as defined by ISO 3166-1 standard |
principalSubdivision |
string | Localised principal subdivision name in the requested language, if available |
principalSubdivisionCode |
string |
Principal subdivision code as defined by ISO 3166-2 standard |
city |
string | Localised city name in the requested language, if available |
locality |
string | Represents the smallest geographic area recognised to which the target belongs. The language, if available, is as defined by ‘localityLanguage’ request parameter |
postcode |
string |
Postcode, if available |
localityInfo |
<LocalityInfo> object |
Detailed reverse geocoded locality information localised to the language as defined by ‘localityLanguage’ request parameter |
timeZone |
<Time Zone> object |
Detailed time zone information |
API Endpoint
Endpoint: | /data/reverse-geocode-with-timezone |
---|---|
Full URL: | https://api.bigdatacloud.net/data/reverse-geocode-with-timezone |