{"componentChunkName":"component---src-templates-simple-markdown-js","path":"/api/catalog/activities/safety-information/","matchPath":"","result":{"data":{"markdownRemark":{"html":"<h1 style=\"position:relative;\"><a href=\"#covid-19-safety-info\" aria-label=\"covid 19 safety info permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"covid-19-safety-info\"></div>Covid-19 safety info</h1>\n<div class=\"admonition admonition-danger\"><div class=\"admonition-heading\"><h5><span class=\"admonition-icon\"><i></i></span>Deprecated</h5></div><div class=\"admonition-content\"><p>Do not use this endpoint. It has been <em>deprecated</em> and the information for activities <em>is no longer maintained</em>.</p></div></div>\n<p>Customers starting to travel again want to enjoy safe activities. For this reason, activity providers are encouraged to identify Covid-19 health and safety measures for their activities. If Covid-19 safety information has not been set at an activity level, country-level information will be provided instead.</p>\n<p>To retrieve Covid-19 safety measures for an activity, make the following request:</p>\n<div class=\"code-wrapper\">\n        <div class=\"gatsby-code-button-container\"\n             data-toaster-id=\"20481712400730290000\"\n             data-toaster-duration=\"1500\"\n             onClick=\"copyCodeToClipboard(`curl -X GET '{baseUrl}/activities/{activityUuid}/safety-information' \\\\\n-H 'X-Musement-Application: {applicationValue}' \\\\\n-H 'X-Musement-Version: 3.4.0' \\\\\n-H 'Authorization: Bearer {accessToken}'`, `20481712400730290000`)\"\n        >\n          <div class=\"gatsby-code-button\" title=\"Copy the code snippet\">Copy</div>\n          <div class=\"done-indicator done-indicator-20481712400730290000\">Copied</div>\n        </div>\n        <div class=\"gatsby-highlight\" data-language=\"bash\"><pre class=\"language-bash\"><code class=\"language-bash\"><span class=\"token function\">curl</span> <span class=\"token parameter variable\">-X</span> GET <span class=\"token string\">'{baseUrl}/activities/{activityUuid}/safety-information'</span> <span class=\"token punctuation\">\\</span>\n<span class=\"token parameter variable\">-H</span> <span class=\"token string\">'X-Musement-Application: {applicationValue}'</span> <span class=\"token punctuation\">\\</span>\n<span class=\"token parameter variable\">-H</span> <span class=\"token string\">'X-Musement-Version: 3.4.0'</span> <span class=\"token punctuation\">\\</span>\n<span class=\"token parameter variable\">-H</span> <span class=\"token string\">'Authorization: Bearer {accessToken}'</span></code></pre></div>\n      </div>\n<p>The response will contain a list of Covid-19 safety measures:</p>\n<div class=\"code-wrapper\">\n        <div class=\"gatsby-code-button-container\"\n             data-toaster-id=\"10458549708305420000\"\n             data-toaster-duration=\"1500\"\n             onClick=\"copyCodeToClipboard(`[\n\t{\n\t\t&quot;id&quot;: 1,\n\t\t&quot;is_active&quot;: true,\n\t\t&quot;slug&quot;: &quot;visitors-limited&quot;\n\t},\n\t{\n\t\t&quot;id&quot;: 2,\n\t\t&quot;is_active&quot;: true,\n\t\t&quot;slug&quot;: &quot;government-regulations-compliant&quot;\n\t},\n\t{\n\t\t&quot;id&quot;: 3,\n\t\t&quot;is_active&quot;: true,\n\t\t&quot;slug&quot;: &quot;social-distancing&quot;\n\t},\n\t{\n\t\t&quot;id&quot;: 4,\n\t\t&quot;is_active&quot;: false,\n\t\t&quot;slug&quot;: &quot;regular-disinfection&quot;\n\t},\n\t[...]\n]`, `10458549708305420000`)\"\n        >\n          <div class=\"gatsby-code-button\" title=\"Copy the code snippet\">Copy</div>\n          <div class=\"done-indicator done-indicator-10458549708305420000\">Copied</div>\n        </div>\n        <div class=\"gatsby-highlight\" data-language=\"json\"><pre class=\"language-json\"><code class=\"language-json\"><span class=\"token punctuation\">[</span>\n\t<span class=\"token punctuation\">{</span>\n\t\t<span class=\"token property\">\"id\"</span><span class=\"token operator\">:</span> <span class=\"token number\">1</span><span class=\"token punctuation\">,</span>\n\t\t<span class=\"token property\">\"is_active\"</span><span class=\"token operator\">:</span> <span class=\"token boolean\">true</span><span class=\"token punctuation\">,</span>\n\t\t<span class=\"token property\">\"slug\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"visitors-limited\"</span>\n\t<span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token punctuation\">{</span>\n\t\t<span class=\"token property\">\"id\"</span><span class=\"token operator\">:</span> <span class=\"token number\">2</span><span class=\"token punctuation\">,</span>\n\t\t<span class=\"token property\">\"is_active\"</span><span class=\"token operator\">:</span> <span class=\"token boolean\">true</span><span class=\"token punctuation\">,</span>\n\t\t<span class=\"token property\">\"slug\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"government-regulations-compliant\"</span>\n\t<span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token punctuation\">{</span>\n\t\t<span class=\"token property\">\"id\"</span><span class=\"token operator\">:</span> <span class=\"token number\">3</span><span class=\"token punctuation\">,</span>\n\t\t<span class=\"token property\">\"is_active\"</span><span class=\"token operator\">:</span> <span class=\"token boolean\">true</span><span class=\"token punctuation\">,</span>\n\t\t<span class=\"token property\">\"slug\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"social-distancing\"</span>\n\t<span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token punctuation\">{</span>\n\t\t<span class=\"token property\">\"id\"</span><span class=\"token operator\">:</span> <span class=\"token number\">4</span><span class=\"token punctuation\">,</span>\n\t\t<span class=\"token property\">\"is_active\"</span><span class=\"token operator\">:</span> <span class=\"token boolean\">false</span><span class=\"token punctuation\">,</span>\n\t\t<span class=\"token property\">\"slug\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"regular-disinfection\"</span>\n\t<span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span>\n<span class=\"token punctuation\">]</span></code></pre></div>\n      </div>\n<p>Any safety measure with an <code class=\"language-text\">is_active</code> property value of <code class=\"language-text\">true</code> is active for the activity.</p>\n<p>Responses do not contain a description of the safety measure. You may use the table below to understand the meaning of each <code class=\"language-text\">slug</code> property:</p>\n<table>\n<thead>\n<tr>\n<th>Slug</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contactless-payment</td>\n<td>Contactless payment is available for tips and extras</td>\n</tr>\n<tr>\n<td>equipment-sanitized</td>\n<td>All gear/equipment is sanitized between use</td>\n</tr>\n<tr>\n<td>free-venue-mask</td>\n<td>Free face masks are provided at the venue/by the tour operator</td>\n</tr>\n<tr>\n<td>government-regulations-compliant</td>\n<td>The activity complies with government regulations</td>\n</tr>\n<tr>\n<td>greenpass</td>\n<td>EU Digital COVID Certificate required for people aged 12 and above</td>\n</tr>\n<tr>\n<td>guest-face-mask</td>\n<td>Visitors are required to bring and wear masks</td>\n</tr>\n<tr>\n<td>guide-face-mask</td>\n<td>Guides and all other staff are required to wear masks</td>\n</tr>\n<tr>\n<td>hand-sanitizers</td>\n<td>Hand sanitizers are provided for staff and visitors</td>\n</tr>\n<tr>\n<td>online-tickets</td>\n<td>Tickets can only be purchased online</td>\n</tr>\n<tr>\n<td>pcr-test-required</td>\n<td>PCR test documents are required by all visitors</td>\n</tr>\n<tr>\n<td>regular-disinfection</td>\n<td>Areas frequented by visitors are regularly disinfected</td>\n</tr>\n<tr>\n<td>social-distancing</td>\n<td>Social distancing is enforced</td>\n</tr>\n<tr>\n<td>staff-covid-check</td>\n<td>Staff are regularly tested for COVID-19</td>\n</tr>\n<tr>\n<td>staff-temp-check</td>\n<td>Staff have their temperatures checked regularly</td>\n</tr>\n<tr>\n<td>temperature-screening</td>\n<td>Temperature screening is compulsory for all visitors</td>\n</tr>\n<tr>\n<td>vaccination-or-negative</td>\n<td>Proof of vaccination or negative COVID test may be required, please confirm the local requirements before your visit</td>\n</tr>\n<tr>\n<td>visitors-limited</td>\n<td>Visitor numbers are limited to reduce crowds</td>\n</tr>\n</tbody>\n</table>","headings":[{"value":"Covid-19 safety info","depth":1}]},"contentItem":{"data":{"lastModified":"2025-12-18T16:31:42.000Z","enableToc":null,"disableLastModified":null,"tocMaxDepth":null,"requestLogin":false}},"siteConfig":{"enableToc":false,"disableLastModified":false,"tocMaxDepth":4}},"pageContext":{"matchPath":"","id":"11952d8b-429f-5c1d-a027-2eae4fba5e6e__redocly content/api/catalog/activities/safety-information/","seo":{"title":"Covid-19 safety info","description":"Learn how to check Covid-19 safety information for any activity in the Musement API.","image":"","keywords":null,"jsonLd":null,"lang":null,"siteUrl":null},"pageId":"api/catalog/activities/safety-information.md","pageBaseUrl":"/api/catalog/activities/safety-information","type":"markdown","toc":{"enable":true,"maxDepth":4,"headings":[{"depth":1,"value":"Covid-19 safety info","id":"covid-19-safety-info"}]},"data":{"title":"","redirectFrom":["/guide/activities/safety-information/","/api/partner/catalog/activities/safety-information/"],"seo":{"description":"Learn how to check Covid-19 safety information for any activity in the Musement API."}},"catalogInfo":null,"link":"/api/catalog/activities/safety-information/","sidebarName":"__alternative-sidebar__-data-24763-api-sidebars.yaml","isLanding":false,"showPrevButton":null,"showNextButton":null,"apiVersions":null,"apiVersionId":null,"isDefaultApiVersion":null}},"staticQueryHashes":["1123603147","1302185487","1344209882","1398840060","1520077861","1975142765","2667623876","2950305614","3240152602","3743992808","561138138"]}