Place Search
Resolve Place
Resolves a place autocompletion by its place ID.
get/places/{place}
Path parameters
placestring required
ID of place suggestion
Query parameters
api_keystring
API Key
Your unique identifier that allows access to our APIs.
Begins ak_. Available from your dashboard
tagsstring
** Tags ** A comma separated list of tags to query over.
Useful if you want to specify the circumstances in which the request was made.
If multiple tags are specified, the response will only comprise of requests for which all the tags are satisfied - i.e. searching "foo,bar" will only query requests which tagged both "foo" and "bar".
Response
Success
Example response
{
"result": {
"id": "geonames_2643743",
"dataset": "geonames",
"name": "London",
"descriptive_name": "London, Greater London, England",
"language": "en",
"longitude": -0.12574,
"latitude": 51.50853,
"country_iso": "GBR",
"native": {
"admin1_code": "ENG",
"admin2_name": "Greater London",
"geonameid": 2643743,
"timezone": "Europe/London",
"latitude": 51.50853,
"language": "en",
"dem": 25,
"admin4_code": "",
"admin1_geonameid": 6269131,
"alternatenames": [
"ILondon",
"LON",
"Lakana",
"Landan",
"Landen",
"Ljondan",
"Llundain",
"Lodoni",
"Londain",
"Londan",
"Londar",
"Londe",
"Londen",
"Londin",
"Londinium",
"Londino",
"Londn",
"London",
"London osh",
"Londona",
"Londonas",
"Londoni",
"Londono",
"Londons",
"Londonu",
"Londra",
"Londres",
"Londrez",
"Londri",
"Londro",
"Londye",
"Londyn",
"Londýn",
"Lonn",
"Lontoo",
"Loundres",
"Luan GJon",
"Lun-tun",
"Lunden",
"Lundra",
"Lundun",
"Lundunir",
"Lundúnir",
"Lung-dung",
"Lunnainn",
"Lunnin",
"Lunnon",
"Luân Đôn",
"Lùn-tûn",
"Lùng-dŭng",
"Lûn-tun",
"Lākana",
"Lůndůn",
"Lọndọnu",
"Ranana",
"Rānana",
"ilantan",
"ladana",
"landan",
"landana",
"leondeon",
"lndn",
"london",
"londoni",
"lun dui",
"lun dun",
"lwndwn",
"lxndxn",
"rondon",
"Łondra",
"Λονδίνο",
"Лондан",
"Лондон",
"Лондон ош",
"Лондонъ",
"Лёндан",
"Լոնդոն",
"לאנדאן",
"לונדון",
"لأندأن",
"لندن",
"لوندون",
"لەندەن",
"ܠܘܢܕܘܢ",
"लंडन",
"लंदन",
"लण्डन",
"लन्डन्",
"लन्दन",
"লন্ডন",
"ਲੰਡਨ",
"લંડન",
"ଲ୍ଡନ",
"இலண்டன்",
"లండన్",
"ಲಂಡನ್",
"ലണ്ടൻ",
"ලන්ඩන්",
"ลอนดอน",
"ລອນດອນ",
"ལོན་ཊོན།",
"လန်ဒန်မြို့",
"ლონდონი",
"ለንደን",
"ᎫᎴ ᏗᏍᎪᏂᎯᏱ",
"ロンドン",
"伦敦",
"倫敦",
"런던"
],
"cc2": [],
"admin2_code": "GLA",
"modification_date": "2022-03-09T00:00:00.000Z",
"asciiname": "London",
"id": "geonames_2643743",
"feature_code": "PPLC",
"country_iso": "GBR",
"longitude": -0.12574,
"elevation": null,
"admin2_geonameid": 2648110,
"admin1_name": "England",
"population": "8961989",
"country_code": "GB",
"feature_class": "P",
"name": "London",
"admin3_code": "",
"dataset": "geonames"
}
},
"code": 2000,
"message": "Success"
}