mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 01:42:35 +01:00
Updated API:Movie Lookup (markdown)
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`
|
||||
|
Loading…
Reference in New Issue
Block a user