Example JSONP Request
JSON & JSONP
TMDB only uses JavaScript Object Notation(JSON) as the only text-based format for storing and displaying data.
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.