Place details
Fetch detailed Google Maps place information by place identifier.
← All Google Maps endpoints · Capability overview
/v1/google-maps/places/detailshttps://api.vee3.io/v1/google-maps/places/details
Fetch detailed Google Maps place information by place identifier.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
get_google_maps_place_detailsParameters3 fields
place_idstringRequiredGoogle Maps place identifier (for example ChIJk_grnPDq9EcRE7gOH9gAPZA). Also accepts the business identifier form (for example 0x47f4eb87e91f866d:0x9629fabb993eb66).
max length 256
regionstringOptionalTwo-character region code (for example us). On search endpoints this biases results by ccTLD. On place endpoints this selects regional place data.
max length 8
languagestringOptionalLanguage code for results (for example en).
max length 16
Response16 fields
namestringPlace display name.
full_addressstringFull formatted address when available.
ratingnumberAverage user rating when available.
review_countintegerTotal number of reviews when available.
locationobject2 fieldsPlace coordinates when available.
locationobjectlatitudenumberPlace latitude.
longitudenumberPlace longitude.
hoursobject3 fieldsOpening hours when available.
hoursobjectopen_nowbooleanWhether the place is open now when only open_now is available.
<day>arrayitems1 fieldOpening hours ranges for a day of the week.
<day>arrayitemshours_rangestringOpening hours range entry.
statusstringHuman-readable open/closed status when available.
websitestringPlace website when available.
phone_numberstringPlace phone number when available.
typesarrayitems1 fieldPlace type labels when available.
typesarrayitemstypestringPlace type label.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, google_maps_not_configured, google_maps_upstream_error