Developers
Connect to the MedExplore public activity catalog API.
Read-only JSON endpoints expose destinations and activities. No API key is required for v1 public catalog data. Be a good citizen with request volume.
Endpoints
GET /api/v1/destinationsList all destination sites with brand name, domain, and map coordinates.
GET /api/v1/activitiesList public activity catalog entries. Filter by site, locale, and category.
Query parameters
- site — destination id (malta, mallorca, ponza, sardinia, tremiti). Omit for all.
- locale — en (default), de, or it.
- category — abseiling, climbing, walking, mountain-biking, water-sports, or extreme-sports.
Example
curl "https://medexplore.eu/api/v1/activities?site=malta&locale=en"
curl "https://medexplore.eu/api/v1/destinations"GET responses include Access-Control-Allow-Origin: * so browser clients can call the API cross-origin.
Please cache responses and avoid tight polling. Contact us if you need higher volume or authenticated access.