Genres

Genres are used to categorize shows. Each genre object contains the id and name of the genre. When fetching genres via /genres endpoint, you can pass the output_language parameter to get the genre names in one of the supported languages.

You can use genre ids to filter shows in the search endpoints.

Endpoints


The Genres object

Properties

  • Name
    id
    Type
    string
    Description

    Id of the genre

  • Name
    name
    Type
    string
    Description

    Name of the genre

Examples

    • "action"
    • "Action"

GET/genres

Get all Genres

Get the list of supported genres.

Optional parameters

  • Name
    output_language
    Type
    string enum
    Description

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

    Default value:
    en
    Enum values

Request

GET
/genres
curl -G https://streaming-availability.p.rapidapi.com/genres \
	-H "X-RapidAPI-Key: {YOUR_API_KEY}" \
	--data-urlencode output_language="en"

Response

200

    • {} 2 keys
      • {} 2 keys
        • {} 2 keys
          • {} 2 keys
            • {} 2 keys
              • {} 2 keys
                • {} 2 keys
                  • {} 2 keys
                    • {} 2 keys
                      • {} 2 keys
                        • {} 2 keys
                          • {} 2 keys
                            • {} 2 keys
                              • {} 2 keys
                                • {} 2 keys
                                  • {} 2 keys
                                    • {} 2 keys
                                      • {} 2 keys
                                        • {} 2 keys
                                          • {} 2 keys
                                            • {} 2 keys

                                            Was this page helpful?