# Search taxonomy inclusions Taxonomies provide information about an activity's highlights, inclusions and exclusions. Endpoint: GET /activity-taxonomies/inclusions 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: - `taxonomy_category_code` (string) Limit results to taxonomies which match the requested category. Enum: "ACCOMMODATION", "ADDITIONAL-FEES-AND-COSTS", "ART", "EQUIPMENT", "EXPLORE-THE-AREA", "FAMILY-FRIENDLY", "FOOD-AND-DRINK", "GUIDE-OPTIONS", "MEALS" ## Response 200 fields (application/json): - `category` (string) The taxonomy's category, if any. A value of NO-STANDARD is used for taxonomies which were written by the activity provider. These non-standard taxonomies are part of the translation for a specific language and might not match the Accept-Language header value. Enum: "ACCOMMODATION", "ADDITIONAL-FEES-AND-COSTS", "ART", "EQUIPMENT", "EXPLORE-THE-AREA", "FAMILY-FRIENDLY", "FOOD-AND-DRINK", "GUIDE-OPTIONS", "MEALS", "NO-STANDARD" - `name` (string, required) The taxonomy name/label, translated based on the Accept-Language header value. Example: "Entrance fees" - `type` (string) The type of taxonomy. Enum: "INCLUSION", "EXCLUSION", "HIGHLIGHT" - `uuid` (string, required) The taxonomy's UUID. Example: "f6092dc0-51e1-11e7-96a2-06d26c7657b2" ## 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"