Configuration
List genres
Returns a mapping of genre names and IDs. Some genres include corresponding TMDB IDs.
get/genres
Response
List of genres
Example response
[
{
"id": 4,
"name": "Comedy",
"tmdb_id": 35
}
]Returns a mapping of genre names and IDs. Some genres include corresponding TMDB IDs.
List of genres
[
{
"id": 4,
"name": "Comedy",
"tmdb_id": 35
}
]