mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 13:54:29 +00:00
Updated API:Movie Lookup (markdown)
parent
76d450dd58
commit
a1e79e1b53
1 changed files with 4 additions and 3 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue