Download OpenAPI specification:Download
API for querying the bulletin.
Returns the bulletin active at the specified time.
features
list will be empty.lang required | string Enum: "de" "fr" "it" "en" Example: de Desired language. If the disired language does not exists, a german bulltin will be returned |
activeAt | string <date-time> Example: activeAt=2018-04-06T01:00:00+02:00 Timestamp, to search for active bulletins. |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "id": "1111",
- "properties": {
- "bulletinID": "string",
- "lang": "st",
- "publicationTime": "2019-08-24T14:15:22Z",
- "validTime": {
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z"
}, - "nextUpdate": "2019-08-24T14:15:22Z",
- "unscheduled": true,
- "source": {
- "provider": {
- "name": "string",
- "contactPerson": {
- "name": "string",
- "metaData": {
- "extFiles": [
- {
- "fileType": null,
- "description": null,
- "fileReferenceURI": null
}
], - "comment": "string"
}, - "customData": null
}, - "metaData": {
- "extFiles": [
], - "comment": "string"
}, - "customData": null
}, - "person": {
- "name": "string",
- "metaData": {
- "extFiles": [
], - "comment": "string"
}, - "customData": null
}
}, - "regions": [
- {
- "regionID": "string",
- "name": "string",
- "metaData": {
- "extFiles": [
], - "comment": "string"
}, - "customData": null
}
], - "dangerRatings": [
- {
- "mainValue": "low",
- "elevation": {
- "lowerBound": "string",
- "upperBound": "string"
}, - "aspects": [
- "N"
], - "validTimePeriod": "all_day",
- "metaData": {
- "extFiles": [
], - "comment": "string"
}, - "customData": {
- "CH": {
- "subdivision": "minus"
}
}
}
], - "avalancheProblems": [
- {
- "problemType": "new_snow",
- "comment": "string",
- "avalancheSize": 1,
- "snowpackStability": "good",
- "frequency": "none",
- "dangerRatingValue": "low",
- "elevation": {
- "lowerBound": "string",
- "upperBound": "string"
}, - "aspects": [
- "N"
], - "validTimePeriod": "all_day",
- "metaData": {
- "extFiles": [
], - "comment": "string"
}, - "customData": {
- "CH": {
- "subdivision": "minus",
- "coreZoneText": "string"
}
}
}
], - "highlights": "string",
- "weatherForecast": {
- "highlights": "string",
- "comment": "string"
}, - "weatherReview": {
- "highlights": "string",
- "comment": "string"
}, - "avalancheActivity": {
- "highlights": "string",
- "comment": "string"
}, - "snowpackStructure": {
- "highlights": "string",
- "comment": "string"
}, - "travelAdvisory": {
- "highlights": "string",
- "comment": "string"
}, - "tendency": [
- {
- "highlights": "string",
- "comment": "string"
}
], - "metaData": {
- "extFiles": [
], - "comment": "string"
}, - "customData": {
- "CH": {
- "aggregation": [
- "new_snow",
- "wind_slab"
]
}
}, - "fill": "#CCFF66",
- "fillLater": "#CCFF66",
- "fillEarlier": "#CCFF66"
}, - "geometry": {
- "type": "Polygon",
- "coordinates": [
- [
- [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
], - [
- 0,
- 0
]
]
], - "bbox": [
- 0,
- 0,
- 0,
- 0
]
}
}
], - "metaData": {
- "extFiles": [
], - "comment": "string"
}, - "customData": {
- "CH": {
- "base": "string"
}
}
}
Returns the bulletin active at the specified time.
bulletins
list will be empty.lang required | string Enum: "de" "fr" "it" "en" Example: de Desired language. If the disired language does not exists, a german bulltin will be returned |
activeAt | string <date-time> Example: activeAt=2018-04-06T01:00:00+02:00 Timestamp, to search for active bulletins. |
{- "bulletins": [
- {
- "bulletinID": "string",
- "lang": "st",
- "publicationTime": "2019-08-24T14:15:22Z",
- "validTime": {
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z"
}, - "nextUpdate": "2019-08-24T14:15:22Z",
- "unscheduled": true,
- "source": {
- "provider": {
- "name": "string",
- "contactPerson": {
- "name": "string",
- "metaData": {
- "extFiles": [
], - "comment": "string"
}, - "customData": null
}, - "metaData": {
- "extFiles": [
], - "comment": "string"
}, - "customData": null
}, - "person": {
- "name": "string",
- "metaData": {
- "extFiles": [
], - "comment": "string"
}, - "customData": null
}
}, - "regions": [
- {
- "regionID": "string",
- "name": "string",
- "metaData": {
- "extFiles": [
], - "comment": "string"
}, - "customData": null
}
], - "dangerRatings": [
- {
- "mainValue": "low",
- "elevation": {
- "lowerBound": "string",
- "upperBound": "string"
}, - "aspects": [
- "N"
], - "validTimePeriod": "all_day",
- "metaData": {
- "extFiles": [
], - "comment": "string"
}, - "customData": {
- "CH": {
- "subdivision": "minus"
}
}
}
], - "avalancheProblems": [
- {
- "problemType": "new_snow",
- "comment": "string",
- "avalancheSize": 1,
- "snowpackStability": "good",
- "frequency": "none",
- "dangerRatingValue": "low",
- "elevation": {
- "lowerBound": "string",
- "upperBound": "string"
}, - "aspects": [
- "N"
], - "validTimePeriod": "all_day",
- "metaData": {
- "extFiles": [
], - "comment": "string"
}, - "customData": {
- "CH": {
- "subdivision": "minus",
- "coreZoneText": "string"
}
}
}
], - "highlights": "string",
- "weatherForecast": {
- "highlights": "string",
- "comment": "string"
}, - "weatherReview": {
- "highlights": "string",
- "comment": "string"
}, - "avalancheActivity": {
- "highlights": "string",
- "comment": "string"
}, - "snowpackStructure": {
- "highlights": "string",
- "comment": "string"
}, - "travelAdvisory": {
- "highlights": "string",
- "comment": "string"
}, - "tendency": [
- {
- "highlights": "string",
- "comment": "string"
}
], - "metaData": {
- "extFiles": [
], - "comment": "string"
}, - "customData": {
- "CH": {
- "aggregation": [
- "new_snow",
- "wind_slab"
]
}
}
}
], - "metaData": {
- "extFiles": [
], - "comment": "string"
}, - "customData": {
- "CH": {
- "base": "string"
}
}
}