added

Requirements API v2.7.1 and Trip Element

Personalization for Vaccinated travellers

1226

Countries are preparing to welcome tourists this summer, and vaccination is required.

Iceland, leading the way, opened to vaccinated travellers from the US and EU on April 6. The EU announced Apr 26, 2021 that vaccinated travellers from the US will be welcomed this summer.

To continue providing personalized content, we are introducing new tags to Restrictions and Procedures: not_vaccinated, fully_vaccinated.

Effect on Procedures and Restrictions

🚧

The Sherpa API will be returning separate travel restrictions for fully vaccinated and non-vaccinated travellers.

Sherpa's API is organized around resources, and Government policies for vaccinated vs non-vaccinated travellers are fundamentally different, as they apply to travellers from select origins.

Taking Iceland as example:
Entry is restricted for travellers from most countries.
Fully vaccinated travellers from USA and EU can enter.

As a result, the sherpa API will return two separate entry restrictions for Iceland (see tabs in example response).

{
            "id": "3db9dda6-fea3-4c53-8212-22288bfdfa63",
            "type": "RESTRICTION",
            "attributes": {
                "country": "ISL",
                "title": "Travel is allowed with restrictions",
                "description": "Vaccinated travelers with proper documentation are allowed to enter Iceland.",
                "directionality": "NO_CHANGE",
                "severity": 1,
                "documentLinks": [
                    {
                        "url": "https://www.landlaeknir.is/um-embaettid/",
                        "type": "LINK"
                    }
                ],
                "more": ["For more details, please see the source."],
                "tags": [
                    "international",
                    "fully_vaccinated",
                    "air",
                    "sea",
                    "land"
                ],
                "source": {
                    "sourceType": "GOVERNMENT",
                    "title": "Government of Iceland",
                    "url": "https://www.logreglan.is/english/"
                },
                "lastCheckedAt": "2021-04-21T00:00:00Z",
                "lastUpdatedAt": "2021-04-21T16:09:00Z",
                "stillCurrentAt": "2021-04-21T00:00:00Z",
                "createdAt": "2021-04-21T14:50:21Z",
                "startDate": "2021-04-06T00:00:00Z",
                "endDate": null,
                "included": [
                    {
                        "isoAlpha3": "USA",
                        "countryName": "United States",
                        "type": "COUNTRY",
                        "locationType": "ORIGIN"
                    }
                ],
                "category": "RESTRICTED_ENTRY",
                "subCategory": "ENTRY"
            },
            "relationships": {
                "country": {
                    "data": {
                        "id": "ISL",
                        "type": "COUNTRY"
                    }
                }
            }
        }
{
            "id": "0deeab9c-5969-40ab-be6a-4e83e6b80db0",
            "type": "RESTRICTION",
            "attributes": {
                "country": "ISL",
                "title": "Entry restricted for international travelers",
                "description": "Travelers from selected countries are not allowed to enter Iceland. Vaccinated travelers with proper documentation are exempted. ",
                "directionality": "NO_CHANGE",
                "severity": 5,
                "documentLinks": [
                    {
                        "url": "https://www.landlaeknir.is/um-embaettid/greinar/grein/item44162/Certificate-of-vaccination-against-COVID-19-accepted-at-the-border",
                        "type": "LINK"
                    }
                ],
                "more": ["For more details, please see the source."],
                "tags": [
                    "international",
                    "fully_vaccinated",
                    "not_vaccinated",
                    "air",
                    "sea",
                    "land"
                ],
                "source": {
                    "sourceType": "GOVERNMENT",
                    "title": "Government of Iceland",
                    "url": "https://www.logreglan.is/english/regarding-travel-restrictions-to-iceland-as-a-result-of-covid-19/"
                },
                "lastCheckedAt": "2021-04-21T00:00:00Z",
                "lastUpdatedAt": "2021-04-22T13:03:00Z",
                "stillCurrentAt": "2021-04-21T00:00:00Z",
                "createdAt": "2021-04-21T14:52:29Z",
                "startDate": "2021-04-06T00:00:00Z",
                "endDate": null,
                "excluded": [
                    {
                        "isoAlpha3": "AUT",
                        "countryName": "Austria",
                        "type": "COUNTRY",
                        "locationType": "ORIGIN"
                    },
                    {
                        "isoAlpha3": "BEL",
                        "countryName": "Belgium",
                        "type": "COUNTRY",
                        "locationType": "ORIGIN"
                    },
                    {
                        "isoAlpha3": "BGR",
                        "countryName": "Bulgaria",
                        "type": "COUNTRY",
                        "locationType": "ORIGIN"
                    },
                    ...
                ],
                "category": "NO_ENTRY",
                "subCategory": "ENTRY"
            },
            "relationships": {
                "country": {
                    "data": {
                        "id": "ISL",
                        "type": "COUNTRY"
                    }
                }
            }
        }

Trip Element

Sherpa flagship Requirements Widget is now a Trip Element and it is packed with new features.

📘

Get started

View the integration guide

1203

Compact layout, perfect for Manage Booking placements.

1201

List layout for easy information digestion

429

Responsive Mobile Layout