Performers / Search

NamePerformers / Search
DescriptionPerform a full-text search on all performers.
TypeGET
URL/v9/performers/search
Credential TypeAPI|User
Supports PaginationYes

Long Description

Perform a full-text search on all performers.

Parameters

Name
Description
Type
Presence
Location
qSearch term(s)StringRequiredQuery
fuzzyFuzzy versus exact search term matchBooleanOptionalQuery

 

Examples

RequestResponse
/v9/performers/search?q=yankee 

 

 

{
   "performers":[
      {
         "keywords":"bronx bombers",
         "updated_at":"2013-06-19T12:19:50Z",
         "upcoming_events":{
            "last":"2022-06-19 19:05:00",
            "first":"2013-07-11 13:05:00"
         },
         "venue":{
            "updated_at":"2012-09-19T08:36:26Z",
            "address":{
               "region":"NY",
               "locality":"Bronx",
               "postal_code":"10452",
               "created_at":"2012-04-12T03:35:28Z",
               "street_address":"161st Street and River Avenue",
               "country_code":"US",
               "extended_address":null
            },
            "url":"/venue/5725",
            "name":"Yankee Stadium",
            "id":5725
         },
         "popularity_score":"0.79989",
         "category":{
            "name":"MLB",
            "url":"/categories/3",
            "id":"3",
            "parent":{
               "name":"Baseball",
               "url":"/categories/2",
               "id":"2",
               "parent":{
                  "name":"Sports",
                  "url":"/categories/1",
                  "id":"1",
                  "parent":null
               }
            }
         },
         "url":"/performers/15533",
         "name":"New York Yankees",
         "id":15533
      },
      {
         "updated_at":"2012-08-09T08:11:29Z",
         "upcoming_events":{
            "last":null,
            "first":null
         },
         "popularity_score":"0.51887",
         "category":{
            "name":"Latin",
            "url":"/categories/85",
            "id":"85",
            "parent":{
               "name":"Concerts",
               "url":"/categories/54",
               "id":"54",
               "parent":null
            }
         },
         "url":"/performers/2762",
         "name":"Daddy Yankee",
         "id":2762
      },
      {
         "updated_at":"2012-08-24T09:27:54Z",
         "upcoming_events":{
            "last":null,
            "first":null
         },
         "popularity_score":"0.41662",
         "category":{
            "name":"Minor League",
            "url":"/categories/4",
            "id":"4",
            "parent":{
               "name":"Baseball",
               "url":"/categories/2",
               "id":"2",
               "parent":{
                  "name":"Sports",
                  "url":"/categories/1",
                  "id":"1",
                  "parent":null
               }
            }
         },
         "url":"/performers/14841",
         "name":"Tampa Yankees",
         "id":14841
      },
      {
         "keywords":"yankees rail riders",
         "updated_at":"2012-11-15T22:06:17Z",
         "upcoming_events":{
            "last":"2013-09-02 00:00:00",
            "first":"2013-07-11 19:05:00"
         },
         "venue":{
            "updated_at":"2012-07-31T08:14:00Z",
            "address":{
               "region":"PA",
               "locality":"Scranton",
               "postal_code":"18507",
               "created_at":"2012-04-12T03:38:12Z",
               "street_address":"235 Montage Mountain Road",
               "country_code":"US",
               "extended_address":null
            },
            "url":"/venue/4389",
            "name":"PNC Field",
            "id":4389
         },
         "popularity_score":"0.3105",
         "category":{
            "name":"Minor League",
            "url":"/categories/4",
            "id":"4",
            "parent":{
               "name":"Baseball",
               "url":"/categories/2",
               "id":"2",
               "parent":{
                  "name":"Sports",
                  "url":"/categories/1",
                  "id":"1",
                  "parent":null
               }
            }
         },
         "url":"/performers/14446",
         "name":"Scranton Wilkes-Barre RailRiders",
         "id":14446
      },
      {
         "updated_at":"2012-07-31T08:10:22Z",
         "upcoming_events":{
            "last":null,
            "first":null
         },
         "popularity_score":"0.30689",
         "category":{
            "name":"Musicals",
            "url":"/categories/69",
            "id":"69",
            "parent":{
               "name":"Theatre",
               "url":"/categories/68",
               "id":"68",
               "parent":null
            }
         },
         "url":"/performers/18097",
         "name":"Damn Yankees",
         "id":18097
      },
      {
         "updated_at":"2012-09-03T09:38:38Z",
         "upcoming_events":{
            "last":"2013-09-01 13:05:00",
            "first":"2013-08-31 19:05:00"
         },
         "popularity_score":"0.29076",
         "category":{
            "name":"Minor League",
            "url":"/categories/4",
            "id":"4",
            "parent":{
               "name":"Baseball",
               "url":"/categories/2",
               "id":"2",
               "parent":{
                  "name":"Sports",
                  "url":"/categories/1",
                  "id":"1",
                  "parent":null
               }
            }
         },
         "url":"/performers/14514",
         "name":"Staten Island Yankees",
         "id":14514
      },
      {
         "updated_at":"2012-09-12T22:40:00Z",
         "upcoming_events":{
            "last":null,
            "first":null
         },
         "popularity_score":"0.0",
         "category":{
            "name":"Musicals",
            "url":"/categories/69",
            "id":"69",
            "parent":{
               "name":"Theatre",
               "url":"/categories/68",
               "id":"68",
               "parent":null
            }
         },
         "url":"/performers/13225",
         "name":"Yankee Doodle Dandy",
         "id":13225
      }
   ],
   "current_page":1,
   "per_page":100,
   "total_entries":7
}