
AniAPI is a public API providing anime discovery, streaming & syncing with trackers.
All requests require an OAuth 2.0 access token exchanged from your client credentials.
Authorization: Bearer $ACCESS_TOKEN| Method | Path | Description |
|---|---|---|
| GET | https://aniapi.com/docs/ | Primary API endpoint. |
curl -X GET "https://aniapi.com/docs/" \ -H "Accept: application/json"