How to work with ski resorts
Ski resorts were imported from STnet and can be retrieved with the Infocenter API:
- To list all ski resorts use the
/skiresortsendpoint from the Infocenter which returns SkiResortsResponse. - To get a specific ski resort you can use the endpoint
/skiresorts/{id}which returns a single SkiResort.
All available information about the ski resorts e.g. the weather, the snow condition etc. is included in the response.
Tour and state system¶
Cross-country ski trails, ski slopes, and similar assets are represented as tours in the system and are linked via the SkiResort integration. Tours that are connected to a live status system (e.g., SISAG) expose the PotentialAction LiveStatusDsInfocenter, which allows the status to be updated regularly and directly within the Infocenter.
More details about the topic can be found on the Potential Action page. In the production environment, states are requested hourly. The detailed schedule is available on the Environments page.
In addition to the PotentialAction, such tours have State property set to 'Live'. The Partner Portal provides load current State from the Infocenter.
The State property can have the following values:
Open: The facility/trail is fully operationalClosed: The facility/trail is not accessiblePartiallyOpen: Some parts are open while others are closedNoInformation: Status information is not availableEndOfSeason: The facility is closed for the seasonOnRequest: Availability depends on special arrangements
State aggregation logic
When multiple facilities or trails are merged, the system aggregates their individual states using the following rules:
- No information available: If no state data exists, the system returns
NoInformation - Uniform state: If all facilities have the same state, that state is returned
- Mixed states: If facilities have different states, the system returns
PartiallyOpen
Category-specific state properties
For tours with specific cross-country skiing categories, additional state properties are exposed:
- Cross-country skiing classic (sui_01100701): Additional property with ID
cross-country-skiing-classic-stateand the tour state in the Value. - Cross-country skiing skating (sui_01100702): Additional property with ID
cross-country-skiing-skating-stateand the tour state in the Value.
Ski tickets¶
Ski resorts contain a reference to a product ("SkiPass") which contains the prices of the specific ski resort tickets. If you want to display the price on your overview page you need to retrieve the full product including the product variants to display the details.
Example of the simplex referenced product "Skipass" in a ski resort:
{
"skipass": [
{
"name": "Klosters Madrisa Skipass",
"@id": "https://api.discover.swiss/test/info/v2/products/st_380_skipass",
"identifier": "st_380_skipass"
}
],
"@id": "https://api.discover.swiss/test/info/v2/skiresorts/ski_89_dia",
"identifier": "ski_89_dia",
"name": "Klosters Madrisa",
"type": "schema.org/SkiResort"
}
Example¶
{
"touristInformation": {
"addressLocality": "Klosters",
"postalCode": "7250",
"streetAddress": "Alte Bahnhofstrasse 6",
"email": "info@klosters.ch",
"faxNumber": "+41 (0)81 410 20 10",
"telephone": "+41 (0)81 410 20 20",
"name": "Davos Destinations Organisation (Genossenschaft)"
},
"skiLiftSummary": {
"openingHoursSpecification": [
{
"opens": "08:15:00",
"closes": "15:45:00"
}
],
"totalFeatures": {
"unitCode": "count",
"value": "8"
},
"totalFeaturesOpen": {
"unitCode": "count",
"value": "8"
},
"additionalProperty": [
{
"unitCode": "count",
"value": "58",
"propertyId": "numberOfSkiliftSubregional",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "0",
"propertyId": "numberOfChairliftWinter",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "0",
"propertyId": "numberOfAerialRailwayWinter",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "0",
"propertyId": "numberOfFunicularWinter",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "4",
"propertyId": "numberOfTBarLift",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "0",
"propertyId": "numberOfRackRailway",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "1000000",
"propertyId": "lengthOfSnowtubeSlopes",
"valueType": "integer"
},
{
"unitCode": "MTR",
"unitText": "m",
"value": "0",
"propertyId": "lengthOfDevalCardSlopes",
"valueType": "integer"
},
{
"unitCode": "MTR",
"unitText": "m",
"value": "0",
"propertyId": "lengthOfAirboardPiste",
"valueType": "integer"
}
]
},
"skiSlopeSummary": {
"name": "Madrisa",
"phone": "+41(0)81 415 21 21",
"openingHoursSpecification": [
{
"opens": "08:15:00",
"closes": "15:45:00"
}
],
"maxElevation": 2611.0,
"area": {
"unitCode": "MTK",
"unitText": "m²",
"value": "860000"
},
"condition": {
"value": "Good",
"valueDescription": "gut"
},
"additionalProperty": [
{
"value": "True",
"propertyId": "hasKinderhuettendienst",
"valueType": "boolean"
},
{
"value": "True",
"propertyId": "hasTimemeasurementEquipment",
"valueType": "boolean"
},
{
"unitCode": "MTR",
"unitText": "m",
"value": "320",
"propertyId": "lengthOfSkipassSubregion",
"valueType": "integer"
},
{
"unitCode": "P1",
"unitText": "%",
"value": "11",
"propertyId": "slopeLevelExpert",
"valueType": "integer"
},
{
"unitCode": "P1",
"unitText": "%",
"value": "32",
"propertyId": "slopeLevelDifficult",
"valueType": "integer"
},
{
"unitCode": "P1",
"unitText": "%",
"value": "47",
"propertyId": "slopeLevelMiddle",
"valueType": "integer"
},
{
"unitCode": "P1",
"unitText": "%",
"value": "10",
"propertyId": "slopeLevelEasy",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "11",
"propertyId": "numberOfSlopes",
"valueType": "integer"
},
{
"unitCode": "MTR",
"unitText": "m",
"value": "27810",
"propertyId": "lengthOfSlopesOpen",
"valueType": "integer"
},
{
"unitCode": "MTR",
"unitText": "m",
"value": "29300",
"propertyId": "lengthOfSlopes",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "1",
"propertyId": "numberOfValleyRuns",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "1",
"propertyId": "numberOfValleyRunsOpen",
"valueType": "integer"
},
{
"unitCode": "MAMSL",
"unitText": "Height above sea level",
"value": "1191",
"propertyId": "heightOfValleyRuns",
"valueType": "integer"
},
{
"unitCode": "MTR",
"unitText": "m",
"value": "15000",
"propertyId": "lengthOfSlopesArtificialSnow",
"valueType": "integer"
},
{
"unitCode": "MTR",
"unitText": "m",
"value": "0",
"propertyId": "lengthOfSlopesWithFloodlight",
"valueType": "integer"
},
{
"value": "Hard",
"propertyId": "snowConditionMain",
"valueType": "string",
"valueDescription": "hart"
},
{
"value": "Powder",
"propertyId": "snowConditionPartial",
"valueType": "string",
"valueDescription": "pulver"
},
{
"value": "Good",
"propertyId": "valleyRunsConditionMain",
"valueType": "string",
"valueDescription": "gut"
},
{
"value": "Good",
"propertyId": "valleyRunsOpeningStatusMain",
"valueType": "string",
"valueDescription": "gut"
},
{
"value": "Good",
"propertyId": "valleyRunsConditionPartial",
"valueType": "string",
"valueDescription": "gut"
},
{
"value": "Good",
"propertyId": "valleyRunsOpeningStatusPartial",
"valueType": "string",
"valueDescription": "gut"
}
]
},
"snowboardSummary": {
"name": "Madrisa",
"phone": "+41(0)81 415 21 21",
"minElevation": 0.0,
"maxElevation": 0.0,
"totalFeatures": {
"unitCode": "count",
"value": "2"
},
"totalFeaturesOpen": {
"unitCode": "count",
"value": "0"
},
"condition": {
"value": "Closed",
"valueDescription": "geschlossen"
},
"additionalProperty": [
{
"value": "False",
"propertyId": "hasArtificialSnow",
"valueType": "boolean"
},
{
"value": "False",
"propertyId": "hasFloodlight",
"valueType": "boolean"
},
{
"value": "False",
"propertyId": "hasSnowparkFloodlight",
"valueType": "boolean"
},
{
"value": "False",
"propertyId": "hasLiftSnowboardpark",
"valueType": "boolean"
},
{
"unitCode": "count",
"value": "1",
"propertyId": "numberOfSnowcross",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "0",
"propertyId": "numberOfAirboarding",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "1",
"propertyId": "numberOfSnowtubeSlopes",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "0",
"propertyId": "numberOfHalfpipes",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "1",
"propertyId": "numberOfSnowboardparks",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "0",
"propertyId": "numberOfSnowcrossOpen",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "0",
"propertyId": "numberOfAirboardingOpen",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "0",
"propertyId": "numberOfHalfpipesOpen",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "0",
"propertyId": "numberOfSnowparkOpen",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "0",
"propertyId": "numberOfSnowtubeOpen",
"valueType": "integer"
}
]
},
"tobogganingSummary": {
"name": "Madrisa - Saas",
"phone": "+41(0)81 415 21 21",
"openingHoursSpecification": [
{
"opens": "08:15:00",
"closes": "15:45:00"
}
],
"minElevation": 896.0,
"totalFeatures": {
"unitCode": "count",
"value": "1"
},
"totalFeaturesOpen": {
"unitCode": "count",
"value": "1"
},
"length": {
"unitCode": "MTR",
"unitText": "m",
"value": "8500"
},
"condition": {
"value": "Ridable",
"valueDescription": "gut-fahrbar"
},
"additionalProperty": [
{
"value": "False",
"propertyId": "hasArtificialSnow",
"valueType": "boolean"
},
{
"value": "False",
"propertyId": "hasPublicTransport",
"valueType": "boolean"
},
{
"value": "True",
"propertyId": "hasRentalPossibility",
"valueType": "boolean"
},
{
"unitCode": "MTR",
"unitText": "m",
"value": "0",
"propertyId": "lengthOfFloodlightTrack",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "1",
"propertyId": "numberOfTracks",
"valueType": "integer"
},
{
"unitCode": "MTR",
"unitText": "m",
"value": "8500",
"propertyId": "lengthOfTracks",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "1",
"propertyId": "numberOfTracksOpen",
"valueType": "integer"
},
{
"unitCode": "MTR",
"unitText": "m",
"value": "896",
"propertyId": "trackHeightDifference",
"valueType": "integer"
},
{
"unitCode": "MTR",
"unitText": "m",
"value": "8500",
"propertyId": "lengthOfRuns",
"valueType": "integer"
},
{
"unitCode": "MTR",
"unitText": "m",
"value": "0",
"propertyId": "lengthOfFloodligthTrack",
"valueType": "integer"
},
{
"unitCode": "P1",
"unitText": "%",
"value": "100",
"propertyId": "continuousPassableTrack",
"valueType": "integer"
},
{
"value": "Medium",
"propertyId": "skillLevel",
"valueType": "string",
"valueDescription": "mittel"
}
]
},
"hikingSummary": {
"name": "Madrisa",
"openingHoursSpecification": [
{
"opens": "08:15:00",
"closes": "15:45:00"
}
],
"minElevation": 1887.0,
"totalFeatures": {
"unitCode": "MTR",
"unitText": "m",
"value": "11200"
},
"totalFeaturesOpen": {
"unitCode": "MTR",
"unitText": "m",
"value": "11200"
},
"length": {
"unitCode": "MTR",
"unitText": "m",
"value": "11200"
},
"condition": {
"value": "Good",
"valueDescription": "gut"
},
"additionalProperty": [
{
"unitCode": "MTR",
"unitText": "m",
"value": "7200",
"propertyId": "lengthOfWalkingtrail",
"valueType": "integer"
},
{
"unitCode": "MTR",
"unitText": "m",
"value": "7200",
"propertyId": "lengthOfWalkingtrailPrepared",
"valueType": "integer"
},
{
"unitCode": "MTR",
"unitText": "m",
"value": "4000",
"propertyId": "lengthOfSnowshoeTrails",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "4000",
"propertyId": "numberOfSnowshoeTrails",
"valueType": "integer"
},
{
"unitCode": "count",
"value": "8",
"propertyId": "numberOfOpenFacilities",
"valueType": "integer"
}
]
},
"maxElevation": 1887,
"minElevation": 1200,
"seasonEnd": "2023-03-25T23:00:00+00:00",
"seasonStart": "2022-12-16T23:00:00+00:00",
"webcam": [
{
"type": "schema.org/Webcam",
"name": "Klosters |",
"address": {
"addressLocality": "Klosters"
},
"geo": {
"latitude": 46.90266,
"longitude": 9.86191
},
"additionalType": "WebLink",
"@id": "https://api.discover.swiss/test/info/v2/webcams/web_89_absevtb",
"identifier": "web_89_absevtb"
},
{
"type": "schema.org/Webcam",
"name": "Klosters |",
"address": {
"addressLocality": "Klosters"
},
"geo": {
"latitude": 46.90266,
"longitude": 9.86191
},
"additionalType": "WebLink",
"@id": "https://api.discover.swiss/test/info/v2/webcams/web_89_fhtijha",
"identifier": "web_89_fhtijha"
},
{
"type": "schema.org/Webcam",
"name": "Klosters |",
"address": {
"addressLocality": "Klosters"
},
"geo": {
"latitude": 46.90266,
"longitude": 9.86191
},
"additionalType": "WebLink",
"@id": "https://api.discover.swiss/test/info/v2/webcams/web_89_rteetfs",
"identifier": "web_89_rteetfs"
}
],
"snowConditions": {
"freshFallenSnow": {
"unitCode": "CMT",
"unitText": "cm",
"value": "0"
},
"lastSnowfall": "2023-02-04T23:00:00+00:00",
"maxSnowHeight": {
"unitCode": "CMT",
"unitText": "cm",
"value": "27"
}
},
"snowConditionsSlope": {
"freshFallenSnow": {
"unitCode": "CMT",
"unitText": "cm",
"value": "0"
},
"lastSnowfall": "2023-02-04T23:00:00+00:00",
"maxSnowHeight": {
"unitCode": "CMT",
"unitText": "cm",
"value": "84"
}
},
"weatherValley": [
{
"date": "2023-02-16T00:00:00+00:00",
"temperature": 8,
"icon": 1,
"lastUpdate": "2023-02-16T04:01:55.28+00:00"
},
{
"date": "2023-02-17T00:00:00+00:00",
"temperature": 8,
"icon": 7,
"lastUpdate": "2023-02-16T04:01:55.277+00:00"
},
{
"date": "2023-02-18T00:00:00+00:00",
"temperature": 9,
"icon": 7,
"lastUpdate": "2023-02-16T04:01:55.28+00:00"
},
{
"date": "2023-02-19T00:00:00+00:00",
"temperature": 6,
"icon": 14,
"lastUpdate": "2023-02-16T04:01:55.28+00:00"
},
{
"date": "2023-02-20T00:00:00+00:00",
"temperature": 6,
"icon": 4,
"lastUpdate": "2023-02-16T04:01:55.277+00:00"
},
{
"date": "2023-02-21T00:00:00+00:00",
"temperature": 7,
"icon": 4,
"lastUpdate": "2023-02-16T04:01:55.277+00:00"
},
{
"date": "2023-02-22T00:00:00+00:00",
"temperature": 7,
"icon": 4,
"lastUpdate": "2023-02-16T04:01:55.277+00:00"
}
],
"weatherMountain": [
{
"date": "2023-02-16T00:00:00+00:00",
"temperature": -1,
"icon": 4,
"lastUpdate": "2023-02-16T04:01:57.51+00:00"
},
{
"date": "2023-02-17T00:00:00+00:00",
"temperature": -2,
"icon": 23,
"lastUpdate": "2023-02-16T04:01:57.507+00:00"
},
{
"date": "2023-02-18T00:00:00+00:00",
"temperature": 0,
"icon": 5,
"lastUpdate": "2023-02-16T04:01:57.51+00:00"
},
{
"date": "2023-02-19T00:00:00+00:00",
"temperature": -3,
"icon": 23,
"lastUpdate": "2023-02-16T04:01:57.51+00:00"
},
{
"date": "2023-02-20T00:00:00+00:00",
"temperature": -3,
"icon": 5,
"lastUpdate": "2023-02-16T04:01:57.507+00:00"
},
{
"date": "2023-02-21T00:00:00+00:00",
"temperature": -1,
"icon": 4,
"lastUpdate": "2023-02-16T04:01:57.507+00:00"
},
{
"date": "2023-02-22T00:00:00+00:00",
"temperature": -1,
"icon": 1,
"lastUpdate": "2023-02-16T04:01:57.507+00:00"
}
],
"skipass": [
{
"name": "Klosters Madrisa Skipass",
"@id": "https://api.discover.swiss/test/info/v2/products/st_380_skipass",
"identifier": "st_380_skipass"
}
],
"hasShuttleBus": true,
"address": {
"addressLocality": "Klosters Dorf",
"postalCode": "7252",
"streetAddress": "Madrisastrasse 7",
"email": "info@madrisa.ch",
"faxNumber": "+41 (0)81 410 21 71",
"telephone": "+41 (0)81 410 21 70",
"name": "Klosters-Madrisa Bergbahnen AG"
},
"geo": {
"latitude": 46.88451958866158,
"longitude": 9.875582456588745
},
"hasMap": "http://winter.intermaps.com/davos/swiss?zoomCalculationMode=fit",
"photo": [
{
"dataGovernance": {
"provider": {
"acronym": "st",
"name": "Schweiz Tourismus",
"logo": {
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_14w4",
"identifier": "img_89_14w4"
},
"link": [
{
"url": "https://www.myswitzerland.com/",
"type": "WebHomepage"
}
],
"identifier": "st"
},
"source": {
"acronym": "st",
"name": "Schweiz Tourismus",
"logo": {
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_14w4",
"identifier": "img_89_14w4"
},
"link": [
{
"url": "https://www.myswitzerland.com/",
"type": "WebHomepage"
}
],
"identifier": "st"
}
},
"contentUrl": "https://static.stnet.ch/wispo/images/380/picture-2991/2991-o.jpg",
"additionalType": "STATION_PICTURE_3",
"thumbnailUrl": "https://media-test-v2.discover.swiss/image/img_89_89q9y43_5ys9k7u_d_gvcgfhv",
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_89q9y43_5ys9k7u_d_gvcgfhv",
"identifier": "img_89_89q9y43_5ys9k7u_d_gvcgfhv"
},
{
"dataGovernance": {
"provider": {
"acronym": "st",
"name": "Schweiz Tourismus",
"logo": {
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_14w4",
"identifier": "img_89_14w4"
},
"link": [
{
"url": "https://www.myswitzerland.com/",
"type": "WebHomepage"
}
],
"identifier": "st"
},
"source": {
"acronym": "st",
"name": "Schweiz Tourismus",
"logo": {
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_14w4",
"identifier": "img_89_14w4"
},
"link": [
{
"url": "https://www.myswitzerland.com/",
"type": "WebHomepage"
}
],
"identifier": "st"
}
},
"contentUrl": "https://static.stnet.ch/wispo/images/380/picture-2361/2361-o.jpg",
"additionalType": "SKIMAP",
"thumbnailUrl": "https://media-test-v2.discover.swiss/image/img_89_80y2q5_jefrqtc",
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_80y2q5_jefrqtc",
"identifier": "img_89_80y2q5_jefrqtc"
},
{
"dataGovernance": {
"provider": {
"acronym": "st",
"name": "Schweiz Tourismus",
"logo": {
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_14w4",
"identifier": "img_89_14w4"
},
"link": [
{
"url": "https://www.myswitzerland.com/",
"type": "WebHomepage"
}
],
"identifier": "st"
},
"source": {
"acronym": "st",
"name": "Schweiz Tourismus",
"logo": {
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_14w4",
"identifier": "img_89_14w4"
},
"link": [
{
"url": "https://www.myswitzerland.com/",
"type": "WebHomepage"
}
],
"identifier": "st"
}
},
"contentUrl": "https://static.stnet.ch/wispo/images/380/picture-2990/2990-o.jpg",
"additionalType": "STATION_PICTURE_2",
"thumbnailUrl": "https://media-test-v2.discover.swiss/image/img_89_89q9y43_5ys9k7u_c_heeebjj",
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_89q9y43_5ys9k7u_c_heeebjj",
"identifier": "img_89_89q9y43_5ys9k7u_c_heeebjj"
},
{
"dataGovernance": {
"provider": {
"acronym": "st",
"name": "Schweiz Tourismus",
"logo": {
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_14w4",
"identifier": "img_89_14w4"
},
"link": [
{
"url": "https://www.myswitzerland.com/",
"type": "WebHomepage"
}
],
"identifier": "st"
},
"source": {
"acronym": "st",
"name": "Schweiz Tourismus",
"logo": {
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_14w4",
"identifier": "img_89_14w4"
},
"link": [
{
"url": "https://www.myswitzerland.com/",
"type": "WebHomepage"
}
],
"identifier": "st"
}
},
"contentUrl": "https://static.stnet.ch/wispo/images/380/picture-2989/2989-o.jpg",
"additionalType": "MAIL_BACKGROUND",
"thumbnailUrl": "https://media-test-v2.discover.swiss/image/img_89_2qy1_rqs0w74k3t_fgrvgde",
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_2qy1_rqs0w74k3t_fgrvgde",
"identifier": "img_89_2qy1_rqs0w74k3t_fgrvgde"
}
],
"category": [
{
"@id": "https://api.discover.swiss/test/info/v2/categories/ch_0101",
"identifier": "ch_0101"
},
{
"@id": "https://api.discover.swiss/test/info/v2/categories/ch_01",
"identifier": "ch_01"
},
{
"@id": "https://api.discover.swiss/test/info/v2/categories/ch_root",
"identifier": "ch_root"
},
{
"@id": "https://api.discover.swiss/test/info/v2/categories/ch_010104",
"identifier": "ch_010104"
},
{
"@id": "https://api.discover.swiss/test/info/v2/categories/ch_010504",
"identifier": "ch_010504"
},
{
"@id": "https://api.discover.swiss/test/info/v2/categories/ch_0105",
"identifier": "ch_0105"
},
{
"@id": "https://api.discover.swiss/test/info/v2/categories/ch_010513",
"identifier": "ch_010513"
},
{
"@id": "https://api.discover.swiss/test/info/v2/categories/ch_010514",
"identifier": "ch_010514"
},
{
"@id": "https://api.discover.swiss/test/info/v2/categories/ch_010515",
"identifier": "ch_010515"
},
{
"@id": "https://api.discover.swiss/test/info/v2/categories/ch_1009",
"identifier": "ch_1009"
},
{
"@id": "https://api.discover.swiss/test/info/v2/categories/ch_10",
"identifier": "ch_10"
},
{
"@id": "https://api.discover.swiss/test/info/v2/categories/ch_010506",
"identifier": "ch_010506"
}
],
"containedInPlace": [
{
"@id": "https://api.discover.swiss/test/info/v2/areas/osm_5817235",
"identifier": "osm_5817235"
},
{
"@id": "https://api.discover.swiss/test/info/v2/areas/osm_51701",
"identifier": "osm_51701"
},
{
"@id": "https://api.discover.swiss/test/info/v2/areas/osm_1686631",
"identifier": "osm_1686631"
},
{
"@id": "https://api.discover.swiss/test/info/v2/areas/osm_2018283",
"identifier": "osm_2018283"
},
{
"@id": "https://api.discover.swiss/test/info/v2/areas/ds_grf",
"identifier": "ds_grf"
},
{
"@id": "https://api.discover.swiss/test/info/v2/areas/ds_davosklosters",
"identifier": "ds_davosklosters"
},
{
"@id": "https://api.discover.swiss/test/info/v2/areas/ds_klosters",
"identifier": "ds_klosters"
},
{
"@id": "https://api.discover.swiss/test/info/v2/areas/plz_7252_0",
"identifier": "plz_7252_0"
}
],
"tag": [
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-sport-1",
"identifier": "profile-sport-1"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-mod-couple",
"identifier": "profile-mod-couple"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-mod-alone",
"identifier": "profile-mod-alone"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-season-winter",
"identifier": "profile-season-winter"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-sport-5",
"identifier": "profile-sport-5"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-season-summer",
"identifier": "profile-season-summer"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-enjoyment-1",
"identifier": "profile-enjoyment-1"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-fun-5",
"identifier": "profile-fun-5"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-mod-group",
"identifier": "profile-mod-group"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-enjoyment-5",
"identifier": "profile-enjoyment-5"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-relaxation-1",
"identifier": "profile-relaxation-1"
}
],
"profileTag": [
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-sport-1",
"identifier": "profile-sport-1"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-mod-couple",
"identifier": "profile-mod-couple"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-mod-alone",
"identifier": "profile-mod-alone"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-season-winter",
"identifier": "profile-season-winter"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-sport-5",
"identifier": "profile-sport-5"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-season-summer",
"identifier": "profile-season-summer"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-enjoyment-1",
"identifier": "profile-enjoyment-1"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-fun-5",
"identifier": "profile-fun-5"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-mod-group",
"identifier": "profile-mod-group"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-enjoyment-5",
"identifier": "profile-enjoyment-5"
},
{
"@id": "https://api.discover.swiss/test/info/v2/tags/profile-relaxation-1",
"identifier": "profile-relaxation-1"
}
],
"@id": "https://api.discover.swiss/test/info/v2/skiresorts/ski_89_dia",
"identifier": "ski_89_dia",
"removed": false,
"dataGovernance": {
"origin": [
{
"datasource": "st",
"sourceId": "380",
"lastModified": "2023-02-16T02:20:03.43+00:00",
"license": "CC BY-NC-SA 4.0",
"provider": {
"acronym": "st",
"name": "Schweiz Tourismus",
"logo": {
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_14w4",
"identifier": "img_89_14w4"
},
"link": [
{
"url": "https://www.myswitzerland.com/",
"type": "WebHomepage"
}
],
"identifier": "st"
},
"source": {
"acronym": "st",
"name": "Schweiz Tourismus",
"logo": {
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_14w4",
"identifier": "img_89_14w4"
},
"link": [
{
"url": "https://www.myswitzerland.com/",
"type": "WebHomepage"
}
],
"identifier": "st"
}
}
],
"provider": {
"acronym": "st",
"name": "Schweiz Tourismus",
"logo": {
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_14w4",
"identifier": "img_89_14w4"
},
"link": [
{
"url": "https://www.myswitzerland.com/",
"type": "WebHomepage"
}
],
"identifier": "st"
},
"source": {
"acronym": "st",
"name": "Schweiz Tourismus",
"logo": {
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_14w4",
"identifier": "img_89_14w4"
},
"link": [
{
"url": "https://www.myswitzerland.com/",
"type": "WebHomepage"
}
],
"identifier": "st"
}
},
"additionalProperty": [
{
"value": "1200",
"propertyId": "heightOfSnowMeasurementResort",
"valueType": "integer"
},
{
"value": "1887",
"propertyId": "heightOfSnowMeasurementSummit",
"valueType": "integer"
}
],
"lastModified": "2023-02-16T07:41:42.8466579+00:00",
"availableDataLanguage": [
"en",
"de",
"fr",
"it"
],
"autoTranslatedData": false,
"license": "CC BY-NC-SA 4.0",
"image": {
"dataGovernance": {
"provider": {
"acronym": "st",
"name": "Schweiz Tourismus",
"logo": {
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_14w4",
"identifier": "img_89_14w4"
},
"link": [
{
"url": "https://www.myswitzerland.com/",
"type": "WebHomepage"
}
],
"identifier": "st"
},
"source": {
"acronym": "st",
"name": "Schweiz Tourismus",
"logo": {
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_14w4",
"identifier": "img_89_14w4"
},
"link": [
{
"url": "https://www.myswitzerland.com/",
"type": "WebHomepage"
}
],
"identifier": "st"
}
},
"contentUrl": "https://static.stnet.ch/wispo/images/380/picture-2989/2989-o.jpg",
"additionalType": "MAIL_BACKGROUND",
"thumbnailUrl": "https://media-test-v2.discover.swiss/image/img_89_2qy1_rqs0w74k3t_fgrvgde",
"@id": "https://api.discover.swiss/test/info/v2/imageObjects/img_89_2qy1_rqs0w74k3t_fgrvgde",
"identifier": "img_89_2qy1_rqs0w74k3t_fgrvgde"
},
"link": [
{
"url": "http://winter.intermaps.com/davos/swiss?zoomCalculationMode=fit",
"inLanguage": "en",
"title": "Intermaps Davos",
"type": "WebMap"
},
{
"url": "https://www.swissrent.com/en/locations/klosters",
"inLanguage": "en",
"title": "Swissrent Klosters",
"type": "WebOutfitter"
},
{
"url": "https://www.intersportrent.ch/shop/en/shop/index?select_city=10652&partid=8ffa63e654114f6e8ff48e6c457fdf7e",
"inLanguage": "en",
"title": "Intersport Klosters",
"type": "WebOutfitter"
}
],
"name": "Klosters Madrisa",
"type": "schema.org/SkiResort"
}