Genre API Documentation

GET /api/genre

Get all available genres

Response Type

Genre
{
    id: number;
    name: string;
}