Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RequestResponse
GET /v9/search?order_by_popularity=true&page=1&per_page=2&q=yankee&types=events,performers,venues

Code Block
languageruby
themeConfluence
{
  "results": [
    {
      "products_count": 3636,
      "state": "shown",
      "occurs_at": null,
      "_type": "Event",
      "url": "/events/909300",
      "updated_at": null,
      "_score": "1541.52",
      "configuration": null,
      "performances": [
        {
          "performer": {
            "url": "/performers/15533",
            "id": "15533"
          },
          "primary": true
        },
        {
          "performer": {
            "url": "/performers/15535",
            "id": "15535"
          },
          "primary": false
        }
      ],
      "venue": null,
      "name": "Toronto Blue Jays at New York Yankees",
      "category": null,
      "id": "909300"
    },
    {
      "products_count": 4087,
      "state": "shown",
      "occurs_at": null,
      "_type": "Event",
      "url": "/events/913939",
      "updated_at": null,
      "_score": "868.28",
      "configuration": null,
      "performances": [
        {
          "performer": {
            "url": "/performers/15533",
            "id": "15533"
          },
          "primary": false
        },
        {
          "performer": {
            "url": "/performers/15541",
            "id": "15541"
          },
          "primary": true
        }
      ],
      "venue": null,
      "name": "New York Yankees at Los Angeles Angels",
      "category": null,
      "id": "913939"
    }
  ]
}