POST
GetGenres
GetGenres retrieves a unique list of all anime genres currently used in the database.
/api.v1.GenreService/GetGenres Public01
Request
GetGenresRequest
GetGenresRequestapi.v1.GetGenresRequest0 fields
GetGenresRequest is currently empty, used for future-proofing.
No fields — send an empty JSON object.
{}02
Response
GetGenresResponse
GetGenresResponseapi.v1.GetGenresResponse1 fields
GetGenresResponse contains a collection of genre names.
dataarraystring[]A list of unique genre names (e.g., "Action", "Comedy", "Sci-Fi").
{
"data": [
"string value"
]
}03
Error handling
Common failure codes
invalid_argumentThe request payload failed validation.
internalThe service could not complete the operation.