FIREANIME API
Browse API97 operations
POST

GetGenres

GetGenres retrieves a unique list of all anime genres currently used in the database.

/api.v1.GenreService/GetGenres Public
01

Request

GetGenresRequest

GetGenresRequestapi.v1.GetGenresRequest0 fields

GetGenresRequest is currently empty, used for future-proofing.

No fields — send an empty JSON object.
Request JSON
{}
02

Response

GetGenresResponse

GetGenresResponseapi.v1.GetGenresResponse1 fields

GetGenresResponse contains a collection of genre names.

dataarray
string[]

A list of unique genre names (e.g., "Action", "Comedy", "Sci-Fi").

Example response
{
  "data": [
    "string value"
  ]
}
03

Error handling

Common failure codes

invalid_argumentThe request payload failed validation.

internalThe service could not complete the operation.