Performers / Show
Long Description
Display details about a specified performer.
Parameters
Name | Description | Type | Presence | Location | Conditionals |
---|---|---|---|---|---|
performer_id | The ID of the specific Performer | Integer | Required | URI | No |
include | Show opponents (for performers in Sports category) | Boolean | Optional | Query | No |
Examples
Request | Response |
---|---|
/v9/performers/14316?include=true | |
| { "keywords":"", "updated_at":"2012-09-03T09:38:19Z", "opponents":[ { "name":"Buffalo Bisons", "id":13508 }, { "name":"Durham Bulls", "id":13687 }, { "name":"Lehigh Valley IronPigs", "id":30467 }, { "name":"Louisville Bats", "id":14029 }, { "name":"Norfolk Tides", "id":14262 }, { "name":"Rochester Red Wings", "id":14395 }, { "name":"Scranton Wilkes-Barre RailRiders", "id":14446 }, { "name":"Syracuse Chiefs", "id":14560 } ], "upcoming_events":{ "last":"2013-09-02 13:35:00", "first":"2013-07-12 00:00:00" }, "venue":{ "updated_at":"2012-09-02T08:20:26Z", "address":{ "region":"RI", "locality":"Pawtucket", "postal_code":"02860", "created_at":"2012-04-12T03:35:48Z", "street_address":"One Columbus Avenue", "country_code":"US", "extended_address":null }, "url":"/venue/952", "name":"McCoy Stadium", "id":952 }, "popularity_score":"0.27532", "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/14316", "venues":[ ], "name":"Pawtucket Red Sox", "id":14316, "meta":{ "canonical_url":null, "meta_keywords":null, "noindex":false, "page_title":null, "nofollow":false, "meta_description":null, "image":"/images/original/missing.png", "header_title":null, "paragraph_3":null, "paragraph_2":null, "paragraph_1":null } } |