v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-10-3183068.7 KB
genres

Get all Genres

Get the list of supported genres.

get/genres

Query parameters

output_language'en' | 'es' | 'tr' | 'fr'

ISO 639-1 code of the output language. Determines in which language the output will be in.

Response

Details of the supported genres.

idstring required

Id of a genre.

namestring required

Name of the genre

Example response

[
  {
    "summary": "Action",
    "externalValue": "https://www.movieofthenight.com/v4/examples/genres/action"
  }
]