🎧 MultiCity Audio Guide API

Welcome to the MultiCity Audio Guide API server. This API provides audio tour data for multiple cities.

Available Endpoints

GET /api/cities.php

Get list of all available cities with basic information

GET /api/cities.php?city={city_id}

Get detailed information about a specific city including tours

Available Cities

🏰 Budapest

3 tours available

🗼 Paris

3 tours available

🏛️ Rome

3 tours available

🏰 Prague

3 tours available

🏖️ Barcelona

3 tours available

Example Usage

// Fetch all cities
curl http://147.45.139.217/api/cities.php

// Fetch Budapest tours
curl http://147.45.139.217/api/cities.php?city=budapest
        

API Version 1.0 | Server: 147.45.139.217