Overview
Base URL
https://api.animely.ewgsta.meAuthentication
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/listQuery Parameter Method
curl https://api.animely.ewgsta.me/api/animely/list?key=YOUR_API_KEYStatus Endpoint
Check API and source status. This endpoint does not require a key.
GET
/api/statusResponse
{ "status": "ok", "api": true, "sources": { "animely": true, "animecix": true, "allanime": true } }