04. Comprehensive Search

Every site should have a comprehensive search available on most every page including possibly making it the main feature of the homepage. Once a visitor is has selected an event for which to view tickets and throughout the purchase process it probably makes sense to not show the search and instead use that space for useful elements.

It is suggested that this main search performs a search across Performers, Venues, and Events.



Comprehensive Search can be done via two different endpoints and you should experiment with both and decide which you prefer based on the experience you choose to present to the user.

/searches/suggestions

The /searches/suggestion endpoint was created to be used in an auto-suggest type of selector.


/searches/suggestion via cURL
curl -i \
-X GET \
-H "X-Signature: IKE8qY1xcCqHKoJFOC+Ett/Xpy5pzkXdCRQh5YflTCs=" \
-H "X-Token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
--url 'https://api.ticketevolution.com/v9/searches/suggestions?entities=events,performers,venues&fuzzy=true&limit=6&q=diamondbacks'
/searches/suggestion using ticketevolution-php
$response = $client->listSearchSuggestions([
    'entities' => 'events,performers,venues',
    'fuzzy'    => true,
    'limit'    => 6,
    'q'        => 'diamondbacks',
]));
/searches/suggestion using ticketevolution-ruby
@search = @connection.searches.suggestions({
    'entities' => 'events,performers,venues',
    'fuzzy'    => true,
    'limit'    => 6,
    'q'        => 'diamondbacks'
})
/searches/suggestion JSON results
{
    "total_entries": 3,
    "suggestions": {
        "events": [{
            "id": 1073656,
            "type": "events",
            "name": "Arizona Diamondbacks at San Francisco Giants",
            "slug": null,
            "location": "San Francisco, CA",
            "company": null,
            "venue_name": "AT&T Park",
            "occurs_at": "2017-08-05T18:05:00Z"
        }, {
            "id": 1073663,
            "type": "events",
            "name": "Arizona Diamondbacks at San Francisco Giants",
            "slug": null,
            "location": "San Francisco, CA",
            "company": null,
            "venue_name": "AT&T Park",
            "occurs_at": "2017-09-16T18:05:00Z"
        }, {
            "id": 1073718,
            "type": "events",
            "name": "Arizona Diamondbacks at San Francisco Giants",
            "slug": null,
            "location": "San Francisco, CA",
            "company": null,
            "venue_name": "AT&T Park",
            "occurs_at": "2017-09-17T13:05:00Z"
        }, {
            "id": 1073688,
            "type": "events",
            "name": "Arizona Diamondbacks at San Francisco Giants",
            "slug": null,
            "location": "San Francisco, CA",
            "company": null,
            "venue_name": "AT&T Park",
            "occurs_at": "2017-08-04T19:15:00Z"
        }, {
            "id": 1073709,
            "type": "events",
            "name": "Arizona Diamondbacks at San Francisco Giants",
            "slug": null,
            "location": "San Francisco, CA",
            "company": null,
            "venue_name": "AT&T Park",
            "occurs_at": "2017-08-06T13:05:00Z"
        }, {
            "id": 1073695,
            "type": "events",
            "name": "Arizona Diamondbacks at San Francisco Giants",
            "slug": null,
            "location": "San Francisco, CA",
            "company": null,
            "venue_name": "AT&T Park",
            "occurs_at": "2017-09-15T19:15:00Z"
        }, {
            "id": 1073465,
            "type": "events",
            "name": "Arizona Diamondbacks at Los Angeles Dodgers",
            "slug": null,
            "location": "Los Angeles, CA",
            "company": null,
            "venue_name": "Dodger Stadium",
            "occurs_at": "2017-07-04T18:10:00Z"
        }, {
            "id": 1073457,
            "type": "events",
            "name": "Arizona Diamondbacks at Los Angeles Dodgers",
            "slug": null,
            "location": "Los Angeles, CA",
            "company": null,
            "venue_name": "Dodger Stadium",
            "occurs_at": "2017-09-05T19:10:00Z"
        }, {
            "id": 1073470,
            "type": "events",
            "name": "Arizona Diamondbacks at Los Angeles Dodgers",
            "slug": null,
            "location": "Los Angeles, CA",
            "company": null,
            "venue_name": "Dodger Stadium",
            "occurs_at": "2017-07-06T19:10:00Z"
        }, {
            "id": 1073502,
            "type": "events",
            "name": "Arizona Diamondbacks at Los Angeles Dodgers",
            "slug": null,
            "location": "Los Angeles, CA",
            "company": null,
            "venue_name": "Dodger Stadium",
            "occurs_at": "2017-07-05T19:10:00Z"
        }, {
            "id": 1073481,
            "type": "events",
            "name": "Arizona Diamondbacks at Los Angeles Dodgers",
            "slug": null,
            "location": "Los Angeles, CA",
            "company": null,
            "venue_name": "Dodger Stadium",
            "occurs_at": "2017-09-04T17:10:00Z"
        }, {
            "id": 1073415,
            "type": "events",
            "name": "Arizona Diamondbacks at Kansas City Royals",
            "slug": null,
            "location": "Kansas City, MO",
            "company": null,
            "venue_name": "Kauffman Stadium",
            "occurs_at": "2017-09-30T18:15:00Z"
        }, {
            "id": 1073447,
            "type": "events",
            "name": "Arizona Diamondbacks at Kansas City Royals",
            "slug": null,
            "location": "Kansas City, MO",
            "company": null,
            "venue_name": "Kauffman Stadium",
            "occurs_at": "2017-09-29T19:15:00Z"
        }, {
            "id": 1073504,
            "type": "events",
            "name": "Arizona Diamondbacks at Los Angeles Dodgers",
            "slug": null,
            "location": "Los Angeles, CA",
            "company": null,
            "venue_name": "Dodger Stadium",
            "occurs_at": "2017-09-06T19:10:00Z"
        }, {
            "id": 1073565,
            "type": "events",
            "name": "Arizona Diamondbacks at Chicago Cubs",
            "slug": null,
            "location": "Chicago, IL",
            "company": null,
            "venue_name": "Wrigley Field",
            "occurs_at": "2017-08-03T13:20:00Z"
        }, {
            "id": 1073445,
            "type": "events",
            "name": "Arizona Diamondbacks at Kansas City Royals",
            "slug": null,
            "location": "Kansas City, MO",
            "company": null,
            "venue_name": "Kauffman Stadium",
            "occurs_at": "2017-10-01T14:15:00Z"
        }, {
            "id": 1073597,
            "type": "events",
            "name": "Arizona Diamondbacks at Chicago Cubs",
            "slug": null,
            "location": "Chicago, IL",
            "company": null,
            "venue_name": "Wrigley Field",
            "occurs_at": "2017-08-02T19:05:00Z"
        }, {
            "id": 1073566,
            "type": "events",
            "name": "Arizona Diamondbacks at Chicago Cubs",
            "slug": null,
            "location": "Chicago, IL",
            "company": null,
            "venue_name": "Wrigley Field",
            "occurs_at": "2017-08-01T19:05:00Z"
        }, {
            "id": 1076260,
            "type": "events",
            "name": "Arizona Diamondbacks at St. Louis Cardinals",
            "slug": null,
            "location": "St Louis, MO",
            "company": null,
            "venue_name": "Busch Stadium",
            "occurs_at": "2017-07-28T19:15:00Z"
        }, {
            "id": 1076261,
            "type": "events",
            "name": "Arizona Diamondbacks at St. Louis Cardinals",
            "slug": null,
            "location": "St Louis, MO",
            "company": null,
            "venue_name": "Busch Stadium",
            "occurs_at": "2017-07-29T18:15:00Z"
        }],
        "performers": [],
        "venues": []
    }
}

/search

The /search endpoint is similar to above.

/search via cURL
curl -i \
-X GET \
-H "X-Signature: SAk9DIBXiITAJzwmx5RmTDEEqpGzxsGXh4QNSWB4Jig=" \
-H "X-Token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
--url 'https://api.ticketevolution.com/v9/search?order_by_popularity=true&page=1&per_page=6&q=diamondbacks&types=events,performers,venues'
/search using ticketevolution-php
$response = $client->search([
    'order_by_popularity' => true,
    'page'                => 1,
    'per_page'            => 6,
    'q'                   => 'diamondbacks',
    'types'               => 'events,performers,venues',
]);
/search using ticketevolution-ruby
@search = @connection.search.list({
    'order_by_popularity' => true,
    'page'                => 1,
    'per_page'            => 6,
    'q'                   => 'diamondbacks',
    'types'               => 'events,performers,venues'
})
/search JSON response
{
    "total_entries": 6,
    "results": [{
        "id": 1073656,
        "url": "/events/1073656",
        "name": "Arizona Diamondbacks at San Francisco Giants",
        "occurs_at": "2017-08-05T18:05:00Z",
        "updated_at": "2017-06-18T12:10:17Z",
        "category": {
            "category": {
                "id": 3,
                "parent_id": 2,
                "name": "MLB",
                "keywords": null,
                "created_at": "2010-07-30T17:39:58Z",
                "updated_at": "2014-05-08T13:12:31Z",
                "multi_venue": false,
                "has_home_team": true,
                "seatgeek_id": null,
                "deleted_at": null,
                "slug": "mlb",
                "top_parent_id": 1
            }
        },
        "configuration": {
            "configuration": {
                "id": 2364,
                "venue_id": 1172,
                "name": "Baseball",
                "capacity": null,
                "primary": true,
                "dynamic_map_key": "6635",
                "created_at": "2010-09-24T20:18:27Z",
                "updated_at": "2015-04-07T06:21:37Z",
                "static_map_file_name": "1172_2364.jpg",
                "static_map_content_type": "image/jpeg",
                "static_map_file_size": 325636,
                "static_map_updated_at": "2015-04-07T06:21:35Z",
                "ga": false,
                "map_not_available": false,
                "deleted_at": null,
                "search_terms": "'att':2 'basebal':1 'park':3",
                "seat_geek_configuration_id": null,
                "dvm_configuration_id": 32
            }
        },
        "venue": {
            "venue": {
                "id": 1172,
                "address_id": 209244,
                "name": "AT&T Park",
                "keywords": "",
                "created_at": "2010-07-30T18:07:53Z",
                "updated_at": "2014-05-08T13:11:09Z",
                "allow_duplicate_section_numbers": true,
                "normalized_sections": false,
                "reviewed_at": "2011-03-28T17:36:19Z",
                "priority": 1,
                "ebay_id": null,
                "empiretickets_id": null,
                "goldstar_id": null,
                "razorgator_id": "1804|1",
                "scorebig_id": null,
                "seatgeek_id": 1195,
                "stubhub_id": 62,
                "ticketcity_id": 1182,
                "ticketnetwork_id": 539,
                "ticketsnow_id": 1265,
                "viagogo_id": null,
                "vividseats_id": null,
                "seatgeek_frontend_id": 22,
                "ignore_from_duplicate_events": false,
                "deleted_at": null,
                "freeze_name": null,
                "disabled_at": null,
                "popularity_score": "0.919405",
                "search_terms": "'24':6 'att':1C 'ca':3 'francisco':5 'may':8 'park':2C 'plaza':9 'san':4 'us':10 'willi':7",
                "slug": "at-t-park",
                "ticketmaster_frontend_id": null
            }
        },
        "state": "shown",
        "performances": [{
            "performer": {
                "performer": {
                    "id": 15556,
                    "venue_id": 110,
                    "name": "Arizona Diamondbacks",
                    "keywords": "",
                    "created_at": "2010-07-30T17:56:09Z",
                    "updated_at": "2014-05-08T13:08:46Z",
                    "category_id": 3,
                    "ebay_id": null,
                    "empiretickets_id": null,
                    "goldstar_id": null,
                    "razorgator_id": "1573|1",
                    "scorebig_id": null,
                    "seatgeek_id": null,
                    "stubhub_id": 701,
                    "ticketcity_id": 325,
                    "ticketnetwork_id": 58,
                    "ticketsnow_id": 41,
                    "viagogo_id": null,
                    "vividseats_id": null,
                    "seatgeek_frontend_id": 30,
                    "deleted_at": null,
                    "disabled_at": null,
                    "popularity_score": "0.643222",
                    "search_terms": "'arizona':1C 'diamondback':2C",
                    "slug": "arizona-diamondbacks",
                    "ticketmaster_frontend_id": null
                }
            },
            "primary": false
        }, {
            "performer": {
                "performer": {
                    "id": 15560,
                    "venue_id": 1172,
                    "name": "San Francisco Giants",
                    "keywords": "",
                    "created_at": "2010-07-30T17:56:09Z",
                    "updated_at": "2014-05-08T13:06:26Z",
                    "category_id": 3,
                    "ebay_id": null,
                    "empiretickets_id": null,
                    "goldstar_id": null,
                    "razorgator_id": "1216|1",
                    "scorebig_id": null,
                    "seatgeek_id": null,
                    "stubhub_id": 197,
                    "ticketcity_id": 1719,
                    "ticketnetwork_id": 902,
                    "ticketsnow_id": 759,
                    "viagogo_id": null,
                    "vividseats_id": null,
                    "seatgeek_frontend_id": 22,
                    "deleted_at": null,
                    "disabled_at": null,
                    "popularity_score": "0.808117",
                    "search_terms": "'francisco':2C 'giant':3C 'san':1C",
                    "slug": "san-francisco-giants",
                    "ticketmaster_frontend_id": null
                }
            },
            "primary": true
        }],
        "products_count": 1326,
        "_type": "Event",
        "_score": 1.5675107
    }, {
        "id": 1073663,
        "url": "/events/1073663",
        "name": "Arizona Diamondbacks at San Francisco Giants",
        "occurs_at": "2017-09-16T18:05:00Z",
        "updated_at": "2017-06-18T12:13:37Z",
        "category": {
            "category": {
                "id": 3,
                "parent_id": 2,
                "name": "MLB",
                "keywords": null,
                "created_at": "2010-07-30T17:39:58Z",
                "updated_at": "2014-05-08T13:12:31Z",
                "multi_venue": false,
                "has_home_team": true,
                "seatgeek_id": null,
                "deleted_at": null,
                "slug": "mlb",
                "top_parent_id": 1
            }
        },
        "configuration": {
            "configuration": {
                "id": 2364,
                "venue_id": 1172,
                "name": "Baseball",
                "capacity": null,
                "primary": true,
                "dynamic_map_key": "6635",
                "created_at": "2010-09-24T20:18:27Z",
                "updated_at": "2015-04-07T06:21:37Z",
                "static_map_file_name": "1172_2364.jpg",
                "static_map_content_type": "image/jpeg",
                "static_map_file_size": 325636,
                "static_map_updated_at": "2015-04-07T06:21:35Z",
                "ga": false,
                "map_not_available": false,
                "deleted_at": null,
                "search_terms": "'att':2 'basebal':1 'park':3",
                "seat_geek_configuration_id": null,
                "dvm_configuration_id": 32
            }
        },
        "venue": {
            "venue": {
                "id": 1172,
                "address_id": 209244,
                "name": "AT&T Park",
                "keywords": "",
                "created_at": "2010-07-30T18:07:53Z",
                "updated_at": "2014-05-08T13:11:09Z",
                "allow_duplicate_section_numbers": true,
                "normalized_sections": false,
                "reviewed_at": "2011-03-28T17:36:19Z",
                "priority": 1,
                "ebay_id": null,
                "empiretickets_id": null,
                "goldstar_id": null,
                "razorgator_id": "1804|1",
                "scorebig_id": null,
                "seatgeek_id": 1195,
                "stubhub_id": 62,
                "ticketcity_id": 1182,
                "ticketnetwork_id": 539,
                "ticketsnow_id": 1265,
                "viagogo_id": null,
                "vividseats_id": null,
                "seatgeek_frontend_id": 22,
                "ignore_from_duplicate_events": false,
                "deleted_at": null,
                "freeze_name": null,
                "disabled_at": null,
                "popularity_score": "0.919405",
                "search_terms": "'24':6 'att':1C 'ca':3 'francisco':5 'may':8 'park':2C 'plaza':9 'san':4 'us':10 'willi':7",
                "slug": "at-t-park",
                "ticketmaster_frontend_id": null
            }
        },
        "state": "shown",
        "performances": [{
            "performer": {
                "performer": {
                    "id": 15556,
                    "venue_id": 110,
                    "name": "Arizona Diamondbacks",
                    "keywords": "",
                    "created_at": "2010-07-30T17:56:09Z",
                    "updated_at": "2014-05-08T13:08:46Z",
                    "category_id": 3,
                    "ebay_id": null,
                    "empiretickets_id": null,
                    "goldstar_id": null,
                    "razorgator_id": "1573|1",
                    "scorebig_id": null,
                    "seatgeek_id": null,
                    "stubhub_id": 701,
                    "ticketcity_id": 325,
                    "ticketnetwork_id": 58,
                    "ticketsnow_id": 41,
                    "viagogo_id": null,
                    "vividseats_id": null,
                    "seatgeek_frontend_id": 30,
                    "deleted_at": null,
                    "disabled_at": null,
                    "popularity_score": "0.643222",
                    "search_terms": "'arizona':1C 'diamondback':2C",
                    "slug": "arizona-diamondbacks",
                    "ticketmaster_frontend_id": null
                }
            },
            "primary": false
        }, {
            "performer": {
                "performer": {
                    "id": 15560,
                    "venue_id": 1172,
                    "name": "San Francisco Giants",
                    "keywords": "",
                    "created_at": "2010-07-30T17:56:09Z",
                    "updated_at": "2014-05-08T13:06:26Z",
                    "category_id": 3,
                    "ebay_id": null,
                    "empiretickets_id": null,
                    "goldstar_id": null,
                    "razorgator_id": "1216|1",
                    "scorebig_id": null,
                    "seatgeek_id": null,
                    "stubhub_id": 197,
                    "ticketcity_id": 1719,
                    "ticketnetwork_id": 902,
                    "ticketsnow_id": 759,
                    "viagogo_id": null,
                    "vividseats_id": null,
                    "seatgeek_frontend_id": 22,
                    "deleted_at": null,
                    "disabled_at": null,
                    "popularity_score": "0.808117",
                    "search_terms": "'francisco':2C 'giant':3C 'san':1C",
                    "slug": "san-francisco-giants",
                    "ticketmaster_frontend_id": null
                }
            },
            "primary": true
        }],
        "products_count": 1392,
        "_type": "Event",
        "_score": 1.5665506
    }, {
        "id": 1073718,
        "url": "/events/1073718",
        "name": "Arizona Diamondbacks at San Francisco Giants",
        "occurs_at": "2017-09-17T13:05:00Z",
        "updated_at": "2017-06-18T12:13:41Z",
        "category": {
            "category": {
                "id": 3,
                "parent_id": 2,
                "name": "MLB",
                "keywords": null,
                "created_at": "2010-07-30T17:39:58Z",
                "updated_at": "2014-05-08T13:12:31Z",
                "multi_venue": false,
                "has_home_team": true,
                "seatgeek_id": null,
                "deleted_at": null,
                "slug": "mlb",
                "top_parent_id": 1
            }
        },
        "configuration": {
            "configuration": {
                "id": 2364,
                "venue_id": 1172,
                "name": "Baseball",
                "capacity": null,
                "primary": true,
                "dynamic_map_key": "6635",
                "created_at": "2010-09-24T20:18:27Z",
                "updated_at": "2015-04-07T06:21:37Z",
                "static_map_file_name": "1172_2364.jpg",
                "static_map_content_type": "image/jpeg",
                "static_map_file_size": 325636,
                "static_map_updated_at": "2015-04-07T06:21:35Z",
                "ga": false,
                "map_not_available": false,
                "deleted_at": null,
                "search_terms": "'att':2 'basebal':1 'park':3",
                "seat_geek_configuration_id": null,
                "dvm_configuration_id": 32
            }
        },
        "venue": {
            "venue": {
                "id": 1172,
                "address_id": 209244,
                "name": "AT&T Park",
                "keywords": "",
                "created_at": "2010-07-30T18:07:53Z",
                "updated_at": "2014-05-08T13:11:09Z",
                "allow_duplicate_section_numbers": true,
                "normalized_sections": false,
                "reviewed_at": "2011-03-28T17:36:19Z",
                "priority": 1,
                "ebay_id": null,
                "empiretickets_id": null,
                "goldstar_id": null,
                "razorgator_id": "1804|1",
                "scorebig_id": null,
                "seatgeek_id": 1195,
                "stubhub_id": 62,
                "ticketcity_id": 1182,
                "ticketnetwork_id": 539,
                "ticketsnow_id": 1265,
                "viagogo_id": null,
                "vividseats_id": null,
                "seatgeek_frontend_id": 22,
                "ignore_from_duplicate_events": false,
                "deleted_at": null,
                "freeze_name": null,
                "disabled_at": null,
                "popularity_score": "0.919405",
                "search_terms": "'24':6 'att':1C 'ca':3 'francisco':5 'may':8 'park':2C 'plaza':9 'san':4 'us':10 'willi':7",
                "slug": "at-t-park",
                "ticketmaster_frontend_id": null
            }
        },
        "state": "shown",
        "performances": [{
            "performer": {
                "performer": {
                    "id": 15556,
                    "venue_id": 110,
                    "name": "Arizona Diamondbacks",
                    "keywords": "",
                    "created_at": "2010-07-30T17:56:09Z",
                    "updated_at": "2014-05-08T13:08:46Z",
                    "category_id": 3,
                    "ebay_id": null,
                    "empiretickets_id": null,
                    "goldstar_id": null,
                    "razorgator_id": "1573|1",
                    "scorebig_id": null,
                    "seatgeek_id": null,
                    "stubhub_id": 701,
                    "ticketcity_id": 325,
                    "ticketnetwork_id": 58,
                    "ticketsnow_id": 41,
                    "viagogo_id": null,
                    "vividseats_id": null,
                    "seatgeek_frontend_id": 30,
                    "deleted_at": null,
                    "disabled_at": null,
                    "popularity_score": "0.643222",
                    "search_terms": "'arizona':1C 'diamondback':2C",
                    "slug": "arizona-diamondbacks",
                    "ticketmaster_frontend_id": null
                }
            },
            "primary": false
        }, {
            "performer": {
                "performer": {
                    "id": 15560,
                    "venue_id": 1172,
                    "name": "San Francisco Giants",
                    "keywords": "",
                    "created_at": "2010-07-30T17:56:09Z",
                    "updated_at": "2014-05-08T13:06:26Z",
                    "category_id": 3,
                    "ebay_id": null,
                    "empiretickets_id": null,
                    "goldstar_id": null,
                    "razorgator_id": "1216|1",
                    "scorebig_id": null,
                    "seatgeek_id": null,
                    "stubhub_id": 197,
                    "ticketcity_id": 1719,
                    "ticketnetwork_id": 902,
                    "ticketsnow_id": 759,
                    "viagogo_id": null,
                    "vividseats_id": null,
                    "seatgeek_frontend_id": 22,
                    "deleted_at": null,
                    "disabled_at": null,
                    "popularity_score": "0.808117",
                    "search_terms": "'francisco':2C 'giant':3C 'san':1C",
                    "slug": "san-francisco-giants",
                    "ticketmaster_frontend_id": null
                }
            },
            "primary": true
        }],
        "products_count": 2084,
        "_type": "Event",
        "_score": 1.5662595
    }, {
        "id": 1073688,
        "url": "/events/1073688",
        "name": "Arizona Diamondbacks at San Francisco Giants",
        "occurs_at": "2017-08-04T19:15:00Z",
        "updated_at": "2017-06-18T12:10:07Z",
        "category": {
            "category": {
                "id": 3,
                "parent_id": 2,
                "name": "MLB",
                "keywords": null,
                "created_at": "2010-07-30T17:39:58Z",
                "updated_at": "2014-05-08T13:12:31Z",
                "multi_venue": false,
                "has_home_team": true,
                "seatgeek_id": null,
                "deleted_at": null,
                "slug": "mlb",
                "top_parent_id": 1
            }
        },
        "configuration": {
            "configuration": {
                "id": 2364,
                "venue_id": 1172,
                "name": "Baseball",
                "capacity": null,
                "primary": true,
                "dynamic_map_key": "6635",
                "created_at": "2010-09-24T20:18:27Z",
                "updated_at": "2015-04-07T06:21:37Z",
                "static_map_file_name": "1172_2364.jpg",
                "static_map_content_type": "image/jpeg",
                "static_map_file_size": 325636,
                "static_map_updated_at": "2015-04-07T06:21:35Z",
                "ga": false,
                "map_not_available": false,
                "deleted_at": null,
                "search_terms": "'att':2 'basebal':1 'park':3",
                "seat_geek_configuration_id": null,
                "dvm_configuration_id": 32
            }
        },
        "venue": {
            "venue": {
                "id": 1172,
                "address_id": 209244,
                "name": "AT&T Park",
                "keywords": "",
                "created_at": "2010-07-30T18:07:53Z",
                "updated_at": "2014-05-08T13:11:09Z",
                "allow_duplicate_section_numbers": true,
                "normalized_sections": false,
                "reviewed_at": "2011-03-28T17:36:19Z",
                "priority": 1,
                "ebay_id": null,
                "empiretickets_id": null,
                "goldstar_id": null,
                "razorgator_id": "1804|1",
                "scorebig_id": null,
                "seatgeek_id": 1195,
                "stubhub_id": 62,
                "ticketcity_id": 1182,
                "ticketnetwork_id": 539,
                "ticketsnow_id": 1265,
                "viagogo_id": null,
                "vividseats_id": null,
                "seatgeek_frontend_id": 22,
                "ignore_from_duplicate_events": false,
                "deleted_at": null,
                "freeze_name": null,
                "disabled_at": null,
                "popularity_score": "0.919405",
                "search_terms": "'24':6 'att':1C 'ca':3 'francisco':5 'may':8 'park':2C 'plaza':9 'san':4 'us':10 'willi':7",
                "slug": "at-t-park",
                "ticketmaster_frontend_id": null
            }
        },
        "state": "shown",
        "performances": [{
            "performer": {
                "performer": {
                    "id": 15556,
                    "venue_id": 110,
                    "name": "Arizona Diamondbacks",
                    "keywords": "",
                    "created_at": "2010-07-30T17:56:09Z",
                    "updated_at": "2014-05-08T13:08:46Z",
                    "category_id": 3,
                    "ebay_id": null,
                    "empiretickets_id": null,
                    "goldstar_id": null,
                    "razorgator_id": "1573|1",
                    "scorebig_id": null,
                    "seatgeek_id": null,
                    "stubhub_id": 701,
                    "ticketcity_id": 325,
                    "ticketnetwork_id": 58,
                    "ticketsnow_id": 41,
                    "viagogo_id": null,
                    "vividseats_id": null,
                    "seatgeek_frontend_id": 30,
                    "deleted_at": null,
                    "disabled_at": null,
                    "popularity_score": "0.643222",
                    "search_terms": "'arizona':1C 'diamondback':2C",
                    "slug": "arizona-diamondbacks",
                    "ticketmaster_frontend_id": null
                }
            },
            "primary": false
        }, {
            "performer": {
                "performer": {
                    "id": 15560,
                    "venue_id": 1172,
                    "name": "San Francisco Giants",
                    "keywords": "",
                    "created_at": "2010-07-30T17:56:09Z",
                    "updated_at": "2014-05-08T13:06:26Z",
                    "category_id": 3,
                    "ebay_id": null,
                    "empiretickets_id": null,
                    "goldstar_id": null,
                    "razorgator_id": "1216|1",
                    "scorebig_id": null,
                    "seatgeek_id": null,
                    "stubhub_id": 197,
                    "ticketcity_id": 1719,
                    "ticketnetwork_id": 902,
                    "ticketsnow_id": 759,
                    "viagogo_id": null,
                    "vividseats_id": null,
                    "seatgeek_frontend_id": 22,
                    "deleted_at": null,
                    "disabled_at": null,
                    "popularity_score": "0.808117",
                    "search_terms": "'francisco':2C 'giant':3C 'san':1C",
                    "slug": "san-francisco-giants",
                    "ticketmaster_frontend_id": null
                }
            },
            "primary": true
        }],
        "products_count": 2325,
        "_type": "Event",
        "_score": 1.559197
    }, {
        "id": 1073709,
        "url": "/events/1073709",
        "name": "Arizona Diamondbacks at San Francisco Giants",
        "occurs_at": "2017-08-06T13:05:00Z",
        "updated_at": "2017-06-18T12:10:21Z",
        "category": {
            "category": {
                "id": 3,
                "parent_id": 2,
                "name": "MLB",
                "keywords": null,
                "created_at": "2010-07-30T17:39:58Z",
                "updated_at": "2014-05-08T13:12:31Z",
                "multi_venue": false,
                "has_home_team": true,
                "seatgeek_id": null,
                "deleted_at": null,
                "slug": "mlb",
                "top_parent_id": 1
            }
        },
        "configuration": {
            "configuration": {
                "id": 2364,
                "venue_id": 1172,
                "name": "Baseball",
                "capacity": null,
                "primary": true,
                "dynamic_map_key": "6635",
                "created_at": "2010-09-24T20:18:27Z",
                "updated_at": "2015-04-07T06:21:37Z",
                "static_map_file_name": "1172_2364.jpg",
                "static_map_content_type": "image/jpeg",
                "static_map_file_size": 325636,
                "static_map_updated_at": "2015-04-07T06:21:35Z",
                "ga": false,
                "map_not_available": false,
                "deleted_at": null,
                "search_terms": "'att':2 'basebal':1 'park':3",
                "seat_geek_configuration_id": null,
                "dvm_configuration_id": 32
            }
        },
        "venue": {
            "venue": {
                "id": 1172,
                "address_id": 209244,
                "name": "AT&T Park",
                "keywords": "",
                "created_at": "2010-07-30T18:07:53Z",
                "updated_at": "2014-05-08T13:11:09Z",
                "allow_duplicate_section_numbers": true,
                "normalized_sections": false,
                "reviewed_at": "2011-03-28T17:36:19Z",
                "priority": 1,
                "ebay_id": null,
                "empiretickets_id": null,
                "goldstar_id": null,
                "razorgator_id": "1804|1",
                "scorebig_id": null,
                "seatgeek_id": 1195,
                "stubhub_id": 62,
                "ticketcity_id": 1182,
                "ticketnetwork_id": 539,
                "ticketsnow_id": 1265,
                "viagogo_id": null,
                "vividseats_id": null,
                "seatgeek_frontend_id": 22,
                "ignore_from_duplicate_events": false,
                "deleted_at": null,
                "freeze_name": null,
                "disabled_at": null,
                "popularity_score": "0.919405",
                "search_terms": "'24':6 'att':1C 'ca':3 'francisco':5 'may':8 'park':2C 'plaza':9 'san':4 'us':10 'willi':7",
                "slug": "at-t-park",
                "ticketmaster_frontend_id": null
            }
        },
        "state": "shown",
        "performances": [{
            "performer": {
                "performer": {
                    "id": 15556,
                    "venue_id": 110,
                    "name": "Arizona Diamondbacks",
                    "keywords": "",
                    "created_at": "2010-07-30T17:56:09Z",
                    "updated_at": "2014-05-08T13:08:46Z",
                    "category_id": 3,
                    "ebay_id": null,
                    "empiretickets_id": null,
                    "goldstar_id": null,
                    "razorgator_id": "1573|1",
                    "scorebig_id": null,
                    "seatgeek_id": null,
                    "stubhub_id": 701,
                    "ticketcity_id": 325,
                    "ticketnetwork_id": 58,
                    "ticketsnow_id": 41,
                    "viagogo_id": null,
                    "vividseats_id": null,
                    "seatgeek_frontend_id": 30,
                    "deleted_at": null,
                    "disabled_at": null,
                    "popularity_score": "0.643222",
                    "search_terms": "'arizona':1C 'diamondback':2C",
                    "slug": "arizona-diamondbacks",
                    "ticketmaster_frontend_id": null
                }
            },
            "primary": false
        }, {
            "performer": {
                "performer": {
                    "id": 15560,
                    "venue_id": 1172,
                    "name": "San Francisco Giants",
                    "keywords": "",
                    "created_at": "2010-07-30T17:56:09Z",
                    "updated_at": "2014-05-08T13:06:26Z",
                    "category_id": 3,
                    "ebay_id": null,
                    "empiretickets_id": null,
                    "goldstar_id": null,
                    "razorgator_id": "1216|1",
                    "scorebig_id": null,
                    "seatgeek_id": null,
                    "stubhub_id": 197,
                    "ticketcity_id": 1719,
                    "ticketnetwork_id": 902,
                    "ticketsnow_id": 759,
                    "viagogo_id": null,
                    "vividseats_id": null,
                    "seatgeek_frontend_id": 22,
                    "deleted_at": null,
                    "disabled_at": null,
                    "popularity_score": "0.808117",
                    "search_terms": "'francisco':2C 'giant':3C 'san':1C",
                    "slug": "san-francisco-giants",
                    "ticketmaster_frontend_id": null
                }
            },
            "primary": true
        }],
        "products_count": 1910,
        "_type": "Event",
        "_score": 1.552449
    }, {
        "id": 1073695,
        "url": "/events/1073695",
        "name": "Arizona Diamondbacks at San Francisco Giants",
        "occurs_at": "2017-09-15T19:15:00Z",
        "updated_at": "2017-06-18T12:13:32Z",
        "category": {
            "category": {
                "id": 3,
                "parent_id": 2,
                "name": "MLB",
                "keywords": null,
                "created_at": "2010-07-30T17:39:58Z",
                "updated_at": "2014-05-08T13:12:31Z",
                "multi_venue": false,
                "has_home_team": true,
                "seatgeek_id": null,
                "deleted_at": null,
                "slug": "mlb",
                "top_parent_id": 1
            }
        },
        "configuration": {
            "configuration": {
                "id": 2364,
                "venue_id": 1172,
                "name": "Baseball",
                "capacity": null,
                "primary": true,
                "dynamic_map_key": "6635",
                "created_at": "2010-09-24T20:18:27Z",
                "updated_at": "2015-04-07T06:21:37Z",
                "static_map_file_name": "1172_2364.jpg",
                "static_map_content_type": "image/jpeg",
                "static_map_file_size": 325636,
                "static_map_updated_at": "2015-04-07T06:21:35Z",
                "ga": false,
                "map_not_available": false,
                "deleted_at": null,
                "search_terms": "'att':2 'basebal':1 'park':3",
                "seat_geek_configuration_id": null,
                "dvm_configuration_id": 32
            }
        },
        "venue": {
            "venue": {
                "id": 1172,
                "address_id": 209244,
                "name": "AT&T Park",
                "keywords": "",
                "created_at": "2010-07-30T18:07:53Z",
                "updated_at": "2014-05-08T13:11:09Z",
                "allow_duplicate_section_numbers": true,
                "normalized_sections": false,
                "reviewed_at": "2011-03-28T17:36:19Z",
                "priority": 1,
                "ebay_id": null,
                "empiretickets_id": null,
                "goldstar_id": null,
                "razorgator_id": "1804|1",
                "scorebig_id": null,
                "seatgeek_id": 1195,
                "stubhub_id": 62,
                "ticketcity_id": 1182,
                "ticketnetwork_id": 539,
                "ticketsnow_id": 1265,
                "viagogo_id": null,
                "vividseats_id": null,
                "seatgeek_frontend_id": 22,
                "ignore_from_duplicate_events": false,
                "deleted_at": null,
                "freeze_name": null,
                "disabled_at": null,
                "popularity_score": "0.919405",
                "search_terms": "'24':6 'att':1C 'ca':3 'francisco':5 'may':8 'park':2C 'plaza':9 'san':4 'us':10 'willi':7",
                "slug": "at-t-park",
                "ticketmaster_frontend_id": null
            }
        },
        "state": "shown",
        "performances": [{
            "performer": {
                "performer": {
                    "id": 15556,
                    "venue_id": 110,
                    "name": "Arizona Diamondbacks",
                    "keywords": "",
                    "created_at": "2010-07-30T17:56:09Z",
                    "updated_at": "2014-05-08T13:08:46Z",
                    "category_id": 3,
                    "ebay_id": null,
                    "empiretickets_id": null,
                    "goldstar_id": null,
                    "razorgator_id": "1573|1",
                    "scorebig_id": null,
                    "seatgeek_id": null,
                    "stubhub_id": 701,
                    "ticketcity_id": 325,
                    "ticketnetwork_id": 58,
                    "ticketsnow_id": 41,
                    "viagogo_id": null,
                    "vividseats_id": null,
                    "seatgeek_frontend_id": 30,
                    "deleted_at": null,
                    "disabled_at": null,
                    "popularity_score": "0.643222",
                    "search_terms": "'arizona':1C 'diamondback':2C",
                    "slug": "arizona-diamondbacks",
                    "ticketmaster_frontend_id": null
                }
            },
            "primary": false
        }, {
            "performer": {
                "performer": {
                    "id": 15560,
                    "venue_id": 1172,
                    "name": "San Francisco Giants",
                    "keywords": "",
                    "created_at": "2010-07-30T17:56:09Z",
                    "updated_at": "2014-05-08T13:06:26Z",
                    "category_id": 3,
                    "ebay_id": null,
                    "empiretickets_id": null,
                    "goldstar_id": null,
                    "razorgator_id": "1216|1",
                    "scorebig_id": null,
                    "seatgeek_id": null,
                    "stubhub_id": 197,
                    "ticketcity_id": 1719,
                    "ticketnetwork_id": 902,
                    "ticketsnow_id": 759,
                    "viagogo_id": null,
                    "vividseats_id": null,
                    "seatgeek_frontend_id": 22,
                    "deleted_at": null,
                    "disabled_at": null,
                    "popularity_score": "0.808117",
                    "search_terms": "'francisco':2C 'giant':3C 'san':1C",
                    "slug": "san-francisco-giants",
                    "ticketmaster_frontend_id": null
                }
            },
            "primary": true
        }],
        "products_count": 1749,
        "_type": "Event",
        "_score": 1.5511035
    }]
}