Izi
APIAudio guide API for travelers exploring global destinations
Overview
The Izi API grants access to a comprehensive library of travel-focused audio guides. Key endpoints include retrieving guides by location (coordinates or place names), filtering by category (history, culture, nature), language, and user preferences. Responses are in JSON format, delivering metadata like guide titles, durations, author details, and direct audio file URLs. Use cases include integrating into travel planning apps for context-aware audio content, embedding in navigation tools for on-the-go insights, or enhancing tour operator platforms with cultural and historical audio guides for destinations worldwide.
Example Integration (JavaScript)
fetch('http://api-docs.izi.travel/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON response format
- Multi-language audio guides
- Filter by location/category/language
- Access to audio file URLs
Frequently Asked Questions
? Is Izi free to use?
Izi API uses a freemium model—free access with basic features, and premium tiers for full library and advanced functionality.
? Does it require an API Key?
Yes, you need to register on the Izi developer portal to obtain an API key for authentication.
? What is the response format?
All API responses are in JSON format, including guide metadata, audio links, and filtering results.
Top Alternatives
People Also Ask about Izi
Tool Info
Pros
- ⊕ Extensive global audio guide library
- ⊕ Multi-language support
- ⊕ Easy-to-integrate endpoints
- ⊕ Rich metadata for guides
Cons
- ⊖ Freemium tier has limited premium guide access
- ⊖ Rate limits apply to free usage
- ⊖ No real-time guide updates