ETERA API Documentation

Unified travel infrastructure APIs for restaurants, experiences, hotels, and flights
ETERA

Build with ETERA

ETERA powers travel and lifestyle applications with a unified API platform. Search, book, and manage travel experiences through a single consistent interface.

525+ Endpoints

Comprehensive coverage across all travel verticals

4 Verticals

Restaurant, Experience, Hotel, and Flight

26 Microservices

Purpose-built services with consistent patterns

3 Environments

Production, Staging, and Development


Quick Start

Get up and running in under 5 minutes:

1

Get your API key

Sign up at the ETERA Dashboard and generate an API key.

2

Make your first request

$curl https://api.etera.dev/restaurant/search/recommendations/ \
> -H "Authorization: Bearer YOUR_API_KEY"
3

Explore the API

Browse the reference tabs above to discover endpoints across all verticals.


Travel Verticals

Platform Services


Consistent Architecture

Every travel vertical follows the same 5-service architecture:

ServicePurposeExample Endpoint
SearchDiscovery & recommendationsGET /restaurant/search/recommendations/
BookingReservation lifecyclePOST /hotel/booking/bookings/
DataContent & catalog managementGET /flight/data/airlines/
MCPModel Context Protocol toolsGET /experience/mcp/mcp/tools
AgentAI-powered automationPOST /restaurant/agent/ai-input

All endpoints follow the pattern: https://api.etera.dev/{vertical}/{service}/{endpoint}


Guides