Using the Rest API below I am able to get the Google(Data) Reviews for a business. The interesting thing i only get the reviews none of the replies are coming through. Can someone tell me why this is happening.
/{place_id}?fields=*&key={api_key}
Using the Rest API below I am able to get the Google(Data) Reviews for a business. The interesting thing i only get the reviews none of the replies are coming through. Can someone tell me why this is happening.
https://places.googleapis/v1/places/{place_id}?fields=*&key={api_key}
Share Improve this question asked Mar 28 at 9:15 user3606324user3606324 551 silver badge6 bronze badges 1- 1 Neither developers.google/maps/documentation/places/web-service/… nor developers.google/maps/documentation/javascript/reference/… mention anything about replies - looks to me, like those might not be available. – C3roe Commented Mar 28 at 9:27
1 Answer
Reset to default 0Replies to reviews are not supported by the Places API.
Please consider filing a feature request.