Part of the Tourism.one Ecosystem

Open Data for the
Tourism Industry

A central hub for structured, machine-readable tourism data — destinations, attractions, providers, and more. Free to access, easy to integrate.

Browse Datasets View API Docs →
50k+
Tourism Records
12
Dataset Categories
REST
API Access
CC BY
Open License

Structured Tourism Data, Ready to Use

All datasets follow open standards and are updated regularly by destination management organizations across the Tourism.one network.

🏨
Accommodation
Hotels, hostels, B&Bs, holiday rentals with geo-coordinates and amenity data
JSON · CSV
🎡
Attractions & POIs
Points of interest, sights, cultural venues, natural landmarks
JSON · GeoJSON
🍽️
Gastronomy
Restaurants, cafés, regional cuisine with ratings and categories
JSON · CSV
🚴
Activities & Tours
Guided tours, outdoor activities, adventure sports, cultural experiences
JSON
📅
Events
Festivals, markets, conferences, and local events with dates and locations
JSON · iCal
🚌
Mobility & Transport
Public transit stops, bike rental stations, parking, e-charging points
GeoJSON · GTFS
🗺️
Destinations
Region and municipality profiles, descriptions, imagery, and metadata
JSON
📊
Tourism Statistics
Overnight stays, visitor flows, seasonality data by destination
CSV · XLSX

Integrate in Minutes

Query tourism data programmatically. Supports JSON, GeoJSON, and CSV output. No authentication required for public datasets.

Standard REST Endpoints

Filter by region, category, and language. Paginated responses for large datasets.

GeoJSON Support

All location-based data available as GeoJSON for direct use in maps (Leaflet, MapLibre, QGIS).

Schema Documentation

OpenAPI 3.0 spec available for every endpoint. Typed fields, example responses, and versioning.

# Fetch accommodation in Tyrol
GET https://api.data.tourism.one/v1
    /accommodation
    ?region=tyrol
    &lang=en
    &limit=20

--- Response ---
{
  "data": [
    {
      "id":       "acc_0f3a",
      "name":     "Hotel Bergblick",
      "category": "hotel",
      "stars":    4,
      "geo": {
        "lat": 47.2692,
        "lon": 11.4041
      }
    }
  ],
  "total": 1842,
  "page":  1
}

Built for Developers and DMOs Alike

Whether you're building a travel app, powering a destination website, or running analytics — this is your data layer.

🔓

Open by Default

All public datasets are free to use under Creative Commons licensing. No paywalls, no vendor lock-in.

📐

Standardized Schema

Data follows Schema.org / JSON-LD conventions and UNWTO standards, making it interoperable with existing systems.

🌍

Multilingual

Content available in DE, EN, IT, FR and growing. Language parameter on every endpoint.

🔄

Regularly Updated

DMOs and data partners push updates continuously. Timestamps on every record so you can sync only what changed.

🔗

Linked to Tourism.one

Every record links back to the full Tourism.one profile — enriched descriptions, images, reviews, and booking options.

🤖

AI-Ready

Clean, structured data with semantic tagging makes datasets directly usable for RAG pipelines, recommendation engines, and LLM tools.

Start Building with Tourism Data

No signup required for public datasets. Explore the API, download a dataset, or contribute as a data partner.