Google Places · Example Payload

Review Example

RestaurantGeolocationGoogleLocationsMapsPlacesPoints of Interest

Review Example is an example object payload from Google Places, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameratingtextoriginalTextrelativePublishTimeDescriptionpublishTimeauthorAttribution

Example Payload

Raw ↑
{
  "name": "places/ChIJN1t_tDeuEmsRUsoyG83frY4",
  "rating": 4.5,
  "text": {
    "text": "Google Building 40",
    "languageCode": "en"
  },
  "originalText": {
    "text": "Google Building 40",
    "languageCode": "en"
  },
  "relativePublishTimeDescription": "Monday: 9:00 AM - 5:00 PM",
  "publishTime": "2026-03-15T14:30:00Z",
  "authorAttribution": {
    "displayName": "Googleplex",
    "uri": "https://maps.google.com/?cid=12345678901234567890",
    "photoUri": "https://places.googleapis.com/v1/places/ChIJ/photos/AeJ/media"
  }
}