MedExplore

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/destinations

List all destination sites with brand name, domain, and map coordinates.

GET /api/v1/activities

List public activity catalog entries. Filter by site, locale, and category.

Query parameters

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.