Part of the Tourism.one network

Open Tourism Data
for Everyone

Access free, standardised, and machine-readable datasets from destinations, accommodations, events, and attractions across the Tourism.one network.

50K+
POI Records
12
Countries
8
Dataset Types
CC BY
Open License

Tourism data, open and ready to use

opendata.tourism.one is the open data hub of the Tourism.one network. We aggregate and publish structured tourism content — destinations, places of interest, accommodation listings, events, and more — in standardised, interoperable formats.

All data is freely available for developers, researchers, tourism boards, and businesses to use, remix, and build upon.

Destinations & POIs GeoJSON · JSON-LD · CSV
24,800+
Accommodation JSON · XML · CSV
12,400+
Events & Activities JSON-LD · iCal · CSV
8,200+
Routes & Trails GPX · GeoJSON · KML
4,600+

Eight categories of open tourism data

Standardised across the whole Tourism.one network, ready for immediate integration.

Places of Interest

Attractions, landmarks, viewpoints, and cultural sites with geolocation, descriptions, and opening hours.

GeoJSON · JSON-LD

Accommodation

Hotels, guesthouses, campsites, and vacation rentals with category, amenities, and location data.

JSON · CSV · XML

Events

Festivals, concerts, markets, and seasonal events with dates, locations, and structured metadata.

JSON-LD · iCal

Activities

Outdoor, cultural, and guided activities with difficulty levels, duration, and booking information.

JSON · CSV

Routes & Trails

Hiking, cycling, and scenic drive routes with GPS tracks, waypoints, and elevation profiles.

GPX · GeoJSON · KML

Gastronomy

Restaurants, cafes, and local food experiences with cuisine types, price ranges, and opening hours.

JSON · CSV

Destination Profiles

Regional and local destination pages with structured descriptions, imagery metadata, and key facts.

JSON-LD · HTML

Infrastructure

Transport hubs, parking, public toilets, information points, and visitor services with locations.

GeoJSON · CSV

Built for developers & data teams

Every dataset follows open web standards so you can integrate without friction.

REST & GraphQL API

Query any dataset via our modern API. Filter by type, location, bounding box, or full-text search. Full OpenAPI spec available.

Open Standards

Data is encoded in Schema.org, JSON-LD, GeoJSON, and DCAT — compatible with Google, Wikidata, and major catalogues.

Bulk Downloads

Download entire datasets as CSV, JSON, or GeoJSON files. Updated nightly. No rate limits for bulk access.

Multilingual Content

Core datasets are available in German, English, and Italian. Many also include French, Slovenian, and Croatian.

Real-time Updates

Subscribe to webhook notifications or use our OGC API Features endpoint to receive incremental changes.

Community Maintained

Data is contributed and quality-checked by regional tourism organisations within the Tourism.one network.

Start in minutes

No API key required for read access. Just point, query, and integrate.

1
Choose your endpoint

Select from POIs, events, accommodation, routes, and more via the base URL.

2
Apply filters

Filter by bounding box, category, language, region, or last-modified date.

3
Get structured data

Responses are JSON-LD by default. Add ?format=csv or ?format=geojson for alternatives.

Example · GET /v1/pois
# Fetch POIs near Innsbruck, Austria GET https://opendata.tourism.one/v1/pois ?bbox=47.22,11.30,47.32,11.50 &lang=en &category=landmark &limit=20 // Response (JSON-LD) { "@context": "https://schema.org", "@type": "ItemList", "numberOfItems": 20, "itemListElement": [ { "@type": "TouristAttraction", "name": "Goldenes Dachl", "geo": { "latitude": 47.2682, "longitude": 11.3933 } } ] }
Full API Documentation

Free to use, remix, and share

All datasets on opendata.tourism.one are published under open licenses.

⚖️

CC BY 4.0

Most datasets are published under Creative Commons Attribution 4.0. You may use, modify, and distribute the data — even commercially — as long as you credit the source.

🔓

CC0 / Public Domain

Selected datasets are released as Public Domain (CC0). No attribution required. Ideal for government and research use without any restrictions.

📋

ODbL

Geospatial datasets derived from OpenStreetMap are published under the Open Database License (ODbL), requiring share-alike for derivative databases.

Ready to explore the data?

Join hundreds of developers and destinations already building with Tourism.one open data.

Browse Datasets API Reference