Skip to content

List Animes

GET /library/animes

Returns a list of all anime names that have at least one public (SFW) GIF associated with them.

Field Type Description
animes string[] Array of anime names
Terminal window
curl https://api.gifukai.com/library/animes
{
"animes": [
"A Certain Magical Index",
"Bloom Into You",
"Bocchi the Rock!",
"Celestial Method",
"Clannad",
"..."
]
}
Status Description
200 Successfully returned anime list
500 Internal server error