Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Omertron/api-themoviedb
API for TheMovieDb.org website
https://github.com/Omertron/api-themoviedb
Last synced: 14 days ago
JSON representation
API for TheMovieDb.org website
- Host: GitHub
- URL: https://github.com/Omertron/api-themoviedb
- Owner: Omertron
- License: gpl-3.0
- Created: 2012-11-01T11:49:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T02:49:20.000Z (about 2 years ago)
- Last Synced: 2024-08-01T19:45:46.668Z (3 months ago)
- Language: Java
- Size: 37.3 MB
- Stars: 154
- Watchers: 16
- Forks: 66
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Movie DB API
================Author: Stuart Boston (Omertron AT Gmail DOT com)
This API uses the [TheMovieDB.org API](http://api.themoviedb.org/)
Originally written for use by YetAnotherMovieJukebox ([YAMJv2](https://github.com/YAMJ/yamj-v2) & [YAMJv3](https://github.com/YAMJ/yamj-v3)), but anyone can feel free to use it for other projects as well.
[![Build Status](http://jenkins.omertron.com/job/API-TheMovieDb/badge/icon)](http://jenkins.omertron.com/job/API-TheMovieDb)
***
TMDB TV Support
===============Release 4.0 of the API now includes TV shows.
This has resulted in a complete re-write of the API and many of the methods and models have been re-written to support the new TV calls.
***
### 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.
### http://www.themoviedb.org
***
Project Logging
---------------
This project uses [SLF4J](http://www.slf4j.org) to abstract the logging in the project.To use the logging in your own project you should add one of the bindings listed [HERE](http://www.slf4j.org/manual.html#swapping)
Project Documentation
---------------------
The automatically generated documentation can be found [HERE](http://omertron.github.com/api-themoviedb/)