This API returns Episodic content.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
[ { season: "1", episodes: "1", }, { id: "CEG11111111111", title: "Bulletproof President?", type: "episode", episode: 1, subscriber_type: "paid", thumbnail: "http://pmd307308tn.pm.download.test.net/thumbnail/client/511/939/CEG10018928_ChasingAmericanLegendsS1E1_CEG10018929_Episode_1280x720_1928k_2398fps_c_311x207_714823235879.jpg", description: "The Green Family investigates first hand whether or not George Washington really survived 4 bullet holes in his coat during the 1755 Battle in which he was only 23 years old.", duration: 1390723, cuepoints: "", season: 1, metax_added_on: 1467372634054 }, { id: "CEG10000000", title: "Lives, Fortunes, & Sacred Honor", type: "episode", episode: 2, subscriber_type: "paid", thumbnail: "http://pmd307308tn.pm.download.test.net/thumbnail/client/498/250/CEG10018928_ChasingAmericanLegendsS1E2_CEG10018930_Episode_1280x720_1928k_2398fps_c_311x207_715539523564.jpg", description: "Ep. 2 is from the Green Family Archive, taking the audience to the cradle of liberty, Independence Hall in Philadelphia.", duration: 1533657, cuepoints: "0", season: 1, metax_added_on: 1467977432336 } ] |
1 2 3 4 5 |
{ result: "error", message: "UNAUTHORIZED", reason: "No Authorization Token" } |
To see how to get access token - (see Getting Access Tokens)
HTTP Status 404