-
Notifications
You must be signed in to change notification settings - Fork 4
Location Endpoint
RudiThoeni edited this page Nov 24, 2021
·
6 revisions
https://tourism.api.opendatahub.bz.it/v1/Location
With the Location Endpoint we get every possible filtering for the Location Filter used in nearly all api calls.
It consists of an Id and a Type. The Location Filter is generated by concatenating typ
and id
.
Example filtering for Municipality "Lana"
{
"name": "Lana",
"typ": "mun",
"id": "0EECEC93283E42488CBE0EB3B94CD339"
}
passing as locfilter mun0EECEC93283E42488CBE0EB3B94CD339
By default the language is set to english, if all languages should retrieved it is possible to pass language=null
. In this case a Dictionary with all Names is returned instead of a string.
This wiki contains additional information about the Open Data Hub alongside the Open Data Hub - Official Documentation 🔗 .