This API returns a list of related movies.
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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
[ { id: "NNNN100011111", title: "Fly My Kite", type: "episode", episode: 1, subscriber_type: "registered", description: "A greedy man trying to get rid of his mother-in-law by putting her in an old folk's home discovers she has a fortune in stock certificates.", duration: 1243743, cuepoints: "0,1,536,967", season: 1, metax_added_on: 1458635766647 }, { id: "CEE10022222", title: "Highway to Heaven: Part 1", type: "episode", episode: 1, subscriber_type: "registered", description: "In this pilot episode, Jonathan aids the residents of a retirement home being sold.", duration: 2944775, cuepoints: "0,1,632,1243,1737,2514", season: 1, metax_added_on: 1458635775584 }, { id: "GGG10011122", title: "Highway to Heaven: Part 2", type: "episode", episode: 2, subscriber_type: "registered", description: "In this second-part of the pilot episode, Jonathan aids the residents of a retirement home being sold.", duration: 3024863, cuepoints: "0,1,458,914,1494,2272", season: 1, metax_added_on: 1458635775593 }, { id: "NVVV10334344", title: "Hi Neighbor/A Lad and a Lamp", type: "episode", episode: 2, subscriber_type: "registered", description: "See the gang take on two adventures as they race down a precarious hill in their homemade fire engine and find Aladdin's magical lamp.", duration: 2026893, cuepoints: "0,1,475,1012", season: 1, metax_added_on: 1458635766655 } ] |
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