Using The API
JSON & JSONP
Get to know the supported response format in TMDB
The only response format we support is JSON.
If you are using a JavaScript library and need to make requests from another public domain, you can use the callback
paramater which will encapsulate the JSON response in a JavaScript function for you.