200
application/jsonThe response contains the status of the request and data. Data is an array where each element represents a response for a single query from the request.
{
"id": "your-request-id",
"status": "Success",
"data": [
{
"query": "eggcellent-waffles-san-francisco",
"biz_id": "ZTb_PX4IY6BdJrrQuTW0cw",
"name": "Eggcellent Waffles",
"business_url": "https://www.yelp.com/biz/eggcellent-waffles-san-francisco",
"closed": true,
"reviews": 31,
"rating": 4.6,
"image": "https://s3-media0.fl.yelpcdn.com/bphoto/zWnDM0urkGpUDp2PNshiEA/l.jpg",
"phone": "(415) 678-5584",
"price_range": "Under $10",
"country": "US",
"state": "CA",
"city": "San Francisco",
"postal_code": "94108"
}
]
}