
AnimeFacts is a public API providing anime facts (over 100+).
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://chandan-02.github.io/anime-facts-rest-api/ | Primary API endpoint. |
curl -X GET "https://chandan-02.github.io/anime-facts-rest-api/" \ -H "Accept: application/json"