List Animes
GET
/library/animes Returns a list of all anime names that have at least one public (SFW) GIF associated with them.
Response fields
Section titled “Response fields”| Field | Type | Description |
|---|---|---|
animes | string[] | Array of anime names |
Example request
Section titled “Example request”curl https://api.gifukai.com/library/animesExample response
Section titled “Example response”{ "animes": [ "A Certain Magical Index", "Bloom Into You", "Bocchi the Rock!", "Celestial Method", "Clannad", "..." ]}Status codes
Section titled “Status codes”| Status | Description |
|---|---|
| 200 | Successfully returned anime list |
| 500 | Internal server error |