Yes, that first URL is basically a prototype- not an actual URL. We try to differentiate these prototype URLs by making fragments such as "titleID" non-bold and italicized. If anyone has suggestions how to make these prototypes clearer, e.g. use curly brackets, etc., comments are welcome.
Anyone having issues with this API call?
Im trying to access similar titles using the below api call.
/catalog/titles/titleId/similars
My constructed call im making is /catalog/titles/611444/similars, which only returns a "Not Found" string.
I then went on to read a bit more on this API and seems i have to pass in the URL? So i tried it, still no luck.
Message edited by Armando Padilla 3 years ago
Armando Padilla – 3 years ago
If anyone else is having issues here is the solution.
API call should be "catalog/titles/movies/TITLEIDHERE/similars". notice the added "movies" :-) good luck.
Michael Hart – 3 years ago
Yes, that first URL is basically a prototype- not an actual URL. We try to differentiate these prototype URLs by making fragments such as "titleID" non-bold and italicized. If anyone has suggestions how to make these prototypes clearer, e.g. use curly brackets, etc., comments are welcome.