# Search flavours This endpoint returns all available flavours, a type of tag for activities. Endpoint: GET /flavours Version: 3.5.0 ## Header parameters: - `Accept-Language` (string) The value of this parameter might affect the language of the content in the response, provided a translation in the requested language is available. - `X-Musement-Application` (string) A partner's application value, used for analyzing API usage and to identify areas of improvement. - `X-Musement-Version` (string) The API version to use for the request. When absent, the latest version is used by default, however the latest version may not be stable. Partners are encouraged to use the latest stable version: 3.4.0. Example: "3.4.0" ## Query parameters: - `group` (string) Filter results by group. When this parameter is absent, only flavours with no group are returned. Enum: "tui-commercial-classification" ## Response 200 fields (application/json): - `active` (boolean, required) - `id` (integer, required) The flavour's numeric ID. - `name` (string, required) The name of the flavour, translated based on the Accept-Language header value. - `slug` (string, required) ## Response default fields (application/json): - `code` (string, required) The internal Musement code for the error. Example: "0" - `message` (string, required) A message with a brief explanation of the error. Example: "There was an error"