Get all datasets - noi-techpark/odh-docs GitHub Wiki

Tourism Datasets

Get all available Tourism Datasets at the Opendatahub Tourism api startingpoint
https://tourism.api.opendatahub.bz.it/v1

Response

  • Id: ODH Identifier
  • ApiIdentifier : The endpoint where data is available
  • OdhType : ODH Type of the data
  • ApiDescription : Short Description what the dataset contains
  • SwaggerUrl : Link to swagger whith additional documentation of the parameter use
  • ApiFilter : optional Queryparameters to filter Endpoint for this dataset
  • ApiUrl : Endpoint URL with Filter precompiled
  • Self : Link to the data
  • _Meta : Metainfos
  • Output : What formats does the endpoint provide
  • Sources : Sources of the data
  • ApiAccess : open/closed data info by source
  • PathParam : Endpoint
  • PublishedOn : Publishing information
  • RecordCount : open/closed data Record Count
  • SingleDataset : Single Dataset or Dataset composed by many sources
  • Deprecated : Deprecated Endpoint true/false
[
 {
  "Id": "it.bz.opendatahub.odhactivitypoi",
  "ApiIdentifier": "ODHActivityPoi",
  "OdhType": "odhactivitypoi",
  "Description": "Activities Pois and Gastronomies of South Tyrol from various Data Sources (LTS, Suedtirol Wein, Siag, IDM...)",
  "License": "CC0/Proprietary",
  "SwaggerUrl": "https://tourism.api.opendatahub.bz.it/swagger/index.html#/ODHActivityPoi",
  "Self": "https://tourism.api.opendatahub.bz.it/v1/ODHActivityPoi"
 }
]