ProjectTVEpisodeSummary
All basic information related to an Episode. Returns the Season ID, Project ID, Episode Name, Number and Air Date for given Episode ID.
Parameters:
|
id (required) |
TV Episode Id Example Value: 5235376
|
|
apikey (required) |
Your API key Example Value: 72Agh048-25FD-4A08-BghB-0FBA05346545
|
Sample Resource URL
http://www.baselineapi.com/api/ProjectTVEpisodeSummary?id=5235376&apikey=72Agh048-25FD-4A08-BghB-0FBA05346545
Sample Response
[
{
"EPISODE_ID": 5235376,
"SEASON_ID": 5189028,
"PROJECT_ID": 4696728,
"EPISODE_NUMBER": 1,
"EPISODE_NAME": "The Memories in the Shallow Grave",
"AIR_DATE": "11/03/2011"
}
]
