forked from Sonarr/Sonarr
-
Notifications
You must be signed in to change notification settings - Fork 0
Taloth edited this page Apr 6, 2014
·
5 revisions
All API endpoints are based off of /api if you access drone via http://localhost:8989 the API root would be http://localhost:8989/api
All requests made to the api endpoint require API Key authentication using the X-Api-Key header.
- Can be accessed and reset via Settings -> General
- Stored in Config.xml
- alpha-numeric (lower case)
- All dates/timestamps are ISO-8601 formatted in UTC
2014-01-27T01:30:00Z - Episodes (and episode based endpoints, missing & calendar) also include the airdate in the original timezone for display purposes
- Date parameters should be ISO-8601 UTC dates to ensure proper handling by drone