Skip to content

baronfivetwo/api-themoviedb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Movie DB API

Author: Stuart Boston (Omertron AT Gmail DOT com)

This API uses the TheMovieDB.org API

Originally written for use by Yet Another Movie Jukebox (YAMJ)

But anyone can use it for other projects as well.

[Flattr this git repo](https://flattr.com/submit/auto?user_id=Omertron&url=https://github.com/Omertron/api-themoviedb&title=TheMovieDB API&language=&tags=github&category=software)

Bitdeli Badge


TMDB TV Support

TheMovieDb has recently added TV shows to their site. I am working on an update to this API to support that, but it will require a re-write of the API to support the new models and ensure that it is simple to understand.

Therefore TV support will be added to v4.0 of the API, major version change because of the large change to the API. I will release a stable version of 3.9 in the next week before releaseing 4.0 SNAPSHOT.

If you are interested in the current level of TV support checkout the tv branch where all the changes are being done.


TheMovieDB.org

This is an excellent open database for movie and film content.

I strongly encourage you to check it out and contribute to keep it growing.


Project Logging

This project uses SLF4J to abstract the logging in the project.

To use the logging in your own project you should add one of the bindings listed HERE

Project Documentation

The automatically generated documentation can be found HERE

About

API for TheMovieDb.org website

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • XML 0.4%