Yelp · Example Payload

Yelp Business Hours Example

RestaurantLocal SearchReviewsBusiness DataLocation

Yelp Business Hours Example is an example object payload from Yelp, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

hour_typeopenis_open_now

Example Payload

Raw ↑
{
  "hour_type": "REGULAR",
  "open": [
    {
      "day": 941,
      "start": "example",
      "end": "example",
      "is_overnight": true
    }
  ],
  "is_open_now": true
}