1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +02:00

Updated API (markdown)

Qstick 2020-06-23 22:26:05 -04:00
parent 4a005c2d66
commit d304686d74

3
API.md

@ -1,6 +1,6 @@
## URL ##
All API endpoints are based off of `/api` if you access Radarr via `http://localhost:7878` the API root would be `http://localhost:7878/api`
All API endpoints are based off of `/api` or `/api/v3` if you access Radarr via `http://localhost:7878` the API root would be `http://localhost:7878/api` for Radarr v0.2 or `http://localhost:7878/api/v3` for Radarr 3
## Authentication ##
@ -27,6 +27,7 @@ All requests made to the api endpoint require API Key authentication using the X
## Endpoints ##
- API: V3
- API: V1
- [Calendar](https://github.com/Radarr/Radarr/wiki/API:Calendar)
- [Command](https://github.com/Radarr/Radarr/wiki/API:Command)