Yelp · Example Payload

Yelp Event Search Response Example

RestaurantLocal SearchReviewsBusiness DataLocation

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

Top-level fields

totalevents

Example Payload

Raw ↑
{
  "total": 240,
  "events": [
    {
      "id": "gR9DTbKCON2g1Z23bWcEpQ",
      "name": "Ricky's Tacos",
      "category": "music",
      "description": "Live music in the heart of the Mission District.",
      "time_start": "2026-07-04T19:00:00-07:00",
      "time_end": "2026-07-04T23:00:00-07:00",
      "location": {},
      "latitude": 37.7867,
      "longitude": -122.4112,
      "image_url": "https://s3-media0.fl.yelpcdn.com/bphoto/abc123/o.jpg",
      "event_site_url": "https://www.yelp.com/events/san-francisco-summer-music-festival",
      "is_free": true,
      "is_canceled": false,
      "is_official": true,
      "attending_count": 312,
      "interested_count": 1024,
      "cost": 0,
      "cost_max": 0,
      "tickets_url": "https://www.yelp.com/events/tickets/abc123",
      "business_id": "gR9DTbKCON2g1Z23bWcEpQ"
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/yelp-event-search-response-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.