This Choreo retrieves detailed information such as addresses, phone numbers, user ratings, etc. about places retrieved by the PlaceSearch Choreo. To use this Choreo, you must obtain a Place ID by first executing the PlaceSearch Choreo. Go here for more information on this API method.
The optional Language input can be used to request results in various languages. See the list of supported languages for valid codes that can be passed to the Language input.
Here is an example of acceptable inputs:
Key: {YOUR GOOGLE API KEY}
PlaceID: CdIJN2t_tDeuEmsRUsoyG83frY4
The following is a sample of the JSON information returned by this Choreo:
{
"html_attributions": [],
"result": {
"address_components": [
{
"long_name": "Civic Center",
"short_name": "Civic Center",
"types": [
"neighborhood",
"political"
]
},
{
"long_name": "Manhattan",
"short_name": "Manhattan",
"types": [
"sublocality_level_1",
"sublocality",
"political"
]
},
{
"long_name": "New York",
"short_name": "NY",
"types": [
"locality",
"political"
]
},
{
"long_name": "New York County",
"short_name": "New York County",
"types": [
"administrative_area_level_2",
"political"
]
},
{
"long_name": "New York",
"short_name": "NY",
"types": [
"administrative_area_level_1",
"political"
]
},
{
"long_name": "United States",
"short_name": "US",
"types": [
"country",
"political"
]
}
],
"adr_address": "Civic Center, <span class=\"locality\">New York</span>, <span class=\"region\">NY</span>, <span class=\"country-name\">USA</span>",
"formatted_address": "Civic Center, New York, NY, USA",
"geometry": {
"location": {
"lat": 40.7140519,
"lng": -74.00283639999999
},
"viewport": {
"northeast": {
"lat": 40.71776149999999,
"lng": -73.9982199
},
"southwest": {
"lat": 40.7097756,
"lng": -74.00873419999999
}
}
},
"icon": "https://maps.gstatic.com/mapfiles/place_api/icons/geocode-71.png",
"id": "598e04bb19f69366f316e9ff214554562a14ce60",
"name": "Civic Center",
"place_id": "ChIJEZaa1SNawokRXvMbRrc0HC8",
"reference": "CoQBfAAAACak8lpP_t-r89NSLh1D8_uN3b_65pEEeBBXtGZZoCpsmH0q0fdw7WU-Al6tZ_utWOj7DQNOeoBjZk0_qh5ydbKsMmLK3REibLlju0Vt0oPkxNgVDCmO2JXuPeZ6vxNC6TdfJF7sPHNeFdoEhpCtXRdIkF89UOGlIgTQl0LnApdjEhCD8pzKpbUgFeb-ZrJMxQHdGhSuNc6Hawpg5Uh8uK2UyBoWVsKZFA",
"scope": "GOOGLE",
"types": [
"neighborhood",
"political"
],
"url": "https://maps.google.com/maps/place?q=Civic+Center,+New+York,+NY,+USA&ftid=0x89c25a23d59a9611:0x2f1c34b7461bf35e",
"vicinity": "Manhattan"
},
"status": "OK"
}