to have more information about the fields, please refer to the Google Maps API documentation: https://developers.google.com/maps/documentation/places/web-service/details
GET
/geolocation/details
curl \
--request GET 'https://domain.tld/api/v2/geolocation/details?place_id=ChIJd8BlQ2Bx5kcRjQwN8zG3pzQ' \
--header "X-Popsell-Domain: example.com"
Response examples (200)
{
"details": {},
"status": "OK"
}