1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-02 14:17:19 +02:00

Updated API:Movie Lookup (markdown)

Paul Fauchon 2018-05-26 15:40:25 +08:00
parent 76d450dd58
commit a1e79e1b53

@ -4,19 +4,20 @@
Searches for new movies on trakt
##### Search by term ######
**Endpoint: "/movie/lookup"**
Endpoint: "/movie/lookup"
Required:
`term` = Either the Movie's Name, using `%20` to signify spaces, as in `term=Star%20Wars`
##### Search by The Movie Database ID ######
**Endpoint: "/movie/lookup/tmdb"**
Endpoint: "/movie/lookup/tmdb"
Required:
`tmdbId` = `tmdbId=348350`
##### Search using IMDB id ######
**Endpoint: "/movie/lookup/imdb"**
Endpoint: "/movie/lookup/imdb"
Required:
`imdbId` = `tmdbId=tt3778644`