TRYNT TV IMDB Web Service

The TRYNT TV IMDB Web Service provides limited access to the television data at IMDB. Since IMDB does not offer an API, this API is made available to bridge the gap.

This web service offers two methods. A search by title method and a search by id or url method. Using the two methods provided you can easily extract the relevant television show episode data.

If you use this free TRYNT API/Web Service you must provide proper attribution to comply with our terms of service.

Request URL

http://www.trynt.com/tv-imdb-api/v1/

"Search by Title" Request parameters


Parameter Value Description
t string (required) the title or portion of the title of the movie you are looking for
fo string (optional) Format ('xml', 'json' or 'php')
f integer (required) Force cache refresh

Sample Request (URL: http://www.trynt.com/tv-imdb-api/v1/):

The following is an example search for "Jericho."


"Search by ID or URL" Request parameters

Please note while both i and u are optional at least one argument is required.


Parameter Value Description
i string (optional) a valid IMDB television show id
u string (optional) a valid Box Office Mojo Similar movie details page url (we will extract the movie id for you)
fo string (optional) Format ('xml', 'json' or 'php')
f integer (required) Force cache refresh

Sample Request (URL: http://www.trynt.com/tv-imdb-api/v1/):

The following is an examle search for "Jericho" by its IMDB ID.