DOCS

API Documentation

Overview

Base URL

https://api.animely.ewgsta.me

Authentication

All API requests (except status) require an API key. You can send the key as a header or query parameter:

Header Method (Recommended)

curl -H "X-API-Key: YOUR_API_KEY" https://api.animely.ewgsta.me/api/animely/list

Query Parameter Method

curl https://api.animely.ewgsta.me/api/animely/list?key=YOUR_API_KEY

Contact us on GitHub to get an API key.

Status Endpoint

Check API and source status. This endpoint does not require a key.

GET/api/status

Response

{ "status": "ok", "api": true, "sources": { "animely": true, "animecix": true, "allanime": true } }