mirror of
https://github.com/Radarr/Radarr
synced 2025-03-15 08:29:08 +00:00
Updated API:Movie (markdown)
parent
f3fcd0b21f
commit
c3bb36aeb8
1 changed files with 10 additions and 1 deletions
11
API:Movie.md
11
API:Movie.md
|
@ -276,4 +276,13 @@ Optional:
|
|||
##### Returns JsonObject ######
|
||||
````JSON
|
||||
{}
|
||||
````
|
||||
````
|
||||
|
||||
## Examples
|
||||
|
||||
### Getting a downloaded movie info with Curl on Linux
|
||||
Example of instructing Radarr to give us the JSON formatted info of a movie available in local database.
|
||||
Note: Your movie ID is not TMDB or IMDB id. It will be generated and assigned to your movie by your radarr installation. In post processing scripts you can get it via `$radarr_movie_id` environment variable or by running the below command without `/{id}`. In this example my movie {id} is `166`
|
||||
```
|
||||
curl -X GET "http://RADARRIP:RADARRPORT/api/movie/166?apikey=RADARRAPIKEY"
|
||||
```
|
Loading…
Add table
Reference in a new issue