Despegar API
Real-time flights and hotels from Despegar — Latin America's leading OTA. Search live flight fares and hotel availability, with airport/city autocomplete, rich normalized results (segments, prices, ratings, amenities, photos) and per-hotel room rates.
Despegar API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Flights | ||
| GET |
/v1/flights/cheapest /v1/flights/cheapest |
Returns only the single cheapest matching offer plus a compact summary. |
| GET |
/v1/flights/search /v1/flights/search |
Search one-way or round-trip flights with optional sorting and filtering. |
| Hotels | ||
| GET |
/v1/hotels/search /v1/hotels/search |
Search accommodations by destination (geo id from /v1/locations/search?type=hotels), dates and occupancy. Returns a page of hotels with stars, rating, location, amenities, photos… |
| GET |
/v1/hotels/{id}/rooms /v1/hotels/{id}/rooms |
Full list of room types and bookable rates for one hotel (meal plan, cancellation, beds, price breakdown). Use the hotel id, dates, occupancy and destinationId from a… |
| Locations | ||
| GET |
/v1/locations/search /v1/locations/search |
Resolve free text to IATA codes (flights) or city/hotel geo ids (hotels). |
| System | ||
| GET |
/v1/health/ready /v1/health/ready |
|
| GET |
/v1/health /v1/health |
|
Despegar API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | $49 / month | 5 / second |
|
| ULTRA | $199 / month | 10 / second |
|
| MEGA | $699 / month | 20 / second |
|