place
GET /places/:placeID — Get place details
Fetch full details for one Google Place ID. Useful for verifying a placeID before sending it to POST /trips (which only accepts type: "city" placeIDs and rejects venues with a 400). Same shape as a single entry from GET /places/search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| placeID | Yes | Google Place ID. Get one from `GET /places/search` or from a previous response (e.g. `event.city.placeID`). |