List TV genre
Genres
List TV genre
This endpoint allows you to get the list of official genres for TV shows.
GET
List TV genre
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Defaults to en
Example:
"string"
Response
200 - application/json
Fetch TV genre
Example:
[
{ "id": 10759, "name": "Action & Adventure" },
{ "id": 16, "name": "Animation" },
{ "id": 35, "name": "Comedy" },
{ "id": 80, "name": "Crime" },
{ "id": 99, "name": "Documentary" },
{ "id": 18, "name": "Drama" },
{ "id": 10751, "name": "Family" },
{ "id": 10762, "name": "Kids" },
{ "id": 9648, "name": "Mystery" },
{ "id": 10763, "name": "News" },
{ "id": 10764, "name": "Reality" },
{ "id": 10765, "name": "Sci-Fi & Fantasy" },
{ "id": 10766, "name": "Soap" },
{ "id": 10767, "name": "Talk" },
{ "id": 10768, "name": "War & Politics" },
{ "id": 37, "name": "Western" }
]