---
title: "Most booked hotels"
method: POST
path: "/analytics/hotels"
tags: ["Analytics"]
---

# Most booked hotels

`POST /analytics/hotels`

## Overview

Get a ranked list of your top-performing hotels by booking volume and sales. Perfect for identifying your best-selling properties.

## When to Use

- **Hotel performance dashboards** - Show top hotels by bookings
- **Sales analysis** - Identify highest-revenue properties
- **Inventory insights** - Understand which hotels drive business
- **Partnership optimization** - Focus on high-performing hotel relationships

## What You Get

- **Hotel rankings** - Hotels sorted by total bookings
- **Booking counts** - Total bookings per hotel
- **Sales totals** - Revenue generated per hotel
- **Location data** - City and country for each hotel
- **Hotel identifiers** - Hotel ID and name for reference

## Quick Start

Provide a date range. Returns hotels ranked by total bookings, including booking counts, sales, and location information.

## Request body

- object
  - `from` string, date, required — Start date YYYY-MM-DD (ISO 8601)
  - `to` string, date, required — End date YYYY-MM-DD (ISO 8601)

## Response `200`

Hotel analytics data retrieved successfully

---

[API](https://skmtc.net/liteapi/apis/api-search.md) · [All operations](https://skmtc.net/liteapi/apis/api-search/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liteapi/api-search/versions/315ba2a4dcf4/schema)
