chart-line-upRoom-Type API

The Hotel Room Type API provides detailed pricing for every room category available in a specific hotel through a simple GET request to https://api.makcorps.com/roomtype.

It returns structured data, including room names, prices, taxes, and vendor information β€” making it easy to compare rates across multiple booking sources.

This endpoint is ideal for building price-comparison tools, travel dashboards, or hotel analytics platforms that require granular, room-level pricing insights.

Parameters

Parameter
Description

api_key required

Your personal API key.

hotelid required

ID of the hotel. Contactarrow-up-right us to get this data.

rooms required

It is the number of rooms.

adults required

It is the number of adults.

checkin required

It is the check-in date. Format - YYYY-MM-DD

checkout required

It is the check-out date. Format - YYYY-MM-DD

API Example

API Example

curl -X GET "https://api.makcorps.com/roomtype?hotelid=900265&adults=2&rooms=1&checkin=2025-10-18&checkout=2025-10-19&api_key=2347923r8hf98h3489943"

Response

The sample response of the API will look somewhat like this.

Last updated