mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-19 17:32:38 +01:00
Updated API:Movie Lookup (markdown)
parent
76d450dd58
commit
a1e79e1b53
@ -4,19 +4,20 @@
|
|||||||
Searches for new movies on trakt
|
Searches for new movies on trakt
|
||||||
|
|
||||||
##### Search by term ######
|
##### Search by term ######
|
||||||
**Endpoint: "/movie/lookup"**
|
|
||||||
|
Endpoint: "/movie/lookup"
|
||||||
|
|
||||||
Required:
|
Required:
|
||||||
`term` = Either the Movie's Name, using `%20` to signify spaces, as in `term=Star%20Wars`
|
`term` = Either the Movie's Name, using `%20` to signify spaces, as in `term=Star%20Wars`
|
||||||
|
|
||||||
##### Search by The Movie Database ID ######
|
##### Search by The Movie Database ID ######
|
||||||
**Endpoint: "/movie/lookup/tmdb"**
|
Endpoint: "/movie/lookup/tmdb"
|
||||||
|
|
||||||
Required:
|
Required:
|
||||||
`tmdbId` = `tmdbId=348350`
|
`tmdbId` = `tmdbId=348350`
|
||||||
|
|
||||||
##### Search using IMDB id ######
|
##### Search using IMDB id ######
|
||||||
**Endpoint: "/movie/lookup/imdb"**
|
Endpoint: "/movie/lookup/imdb"
|
||||||
|
|
||||||
Required:
|
Required:
|
||||||
`imdbId` = `tmdbId=tt3778644`
|
`imdbId` = `tmdbId=tt3778644`
|
||||||
|
Loading…
Reference in New Issue
Block a user