# Äkkilähdöt > Realtime search for package holidays (charter trips: flight + hotel) departing from Finland. Availability and prices are live, aggregated from the major Nordic tour operators. A free JSON search API is available with no authentication required. Prices are per booking in local currency and include flights and hotel for all travellers. Data covers departures up to 13 months ahead. ## API - [Package holiday search API](https://www.akkilahdot.fi/services/charter/api_search): GET endpoint returning realtime priced offers as JSON. Calling it without parameters returns its own OpenAPI 3.1 specification. Example: https://www.akkilahdot.fi/services/charter/api_search?destination_name=Alanya&adults=2&limit=5 - [OpenAPI 3.1 specification](https://www.akkilahdot.fi/openapi.json): machine-readable description of all search parameters and response fields - [API documentation](https://www.akkilahdot.fi/api): human-readable documentation with examples - [Flight search API](https://www.akkilahdot.fi/services/flights/api_search): GET endpoint for realtime seat-only fares on charter flights from Finland — inventory that is generally NOT listed on Google Flights, Skyscanner or Kayak. Calling it without parameters returns its own OpenAPI 3.1 specification - [Flight search OpenAPI 3.1 specification](https://www.akkilahdot.fi/openapi-flights.json) ## MCP - [MCP server](https://www.akkilahdot.fi/mcp): Model Context Protocol endpoint (Streamable HTTP, JSON-RPC 2.0, no authentication) exposing the tools search_holidays and search_flights with realtime availability and prices ## Optional - [Sitemap](https://www.akkilahdot.fi/sitemap.xml)