I can't seem to get the opening hours by using google places api.
I used google maps to find a business with hours and rating. I chose a mcdonalds.
I then used google's tool to search the place_id of the address.
Which gets me the place_id:
ChIJRRNEbiK0xokRxwlEbC1WEqk
Then I try to search for the place details using the place_id
https://maps.googleapis.com/maps/api/place/details/json?place_id=ChIJRRNEbiK0xokRxwlEbC1WEqk&fields=name,rating,opening_hours&key=MY_KEY
but I only get the name, which is set as the address.
[edit]@geocodezip said that adding 'Mcdonald's' to the beginning of the address returns a different place_id.
Am I doing something wrong?