Operationalv1

Hotel Data API

The single source of truth for all hotel room data, images, and maintenance. A unified API powering every internal service at Aparthotel Stare Miasto and Krowoderska 66B.

Base URL

https://hotel-data.k3s.ahsm-krakow.com/api/v1

All API endpoints are relative to this base URL. The API does not require authentication for internal network access.

Make your first request

Get all properties in under 30 seconds.

fetch-properties.js
javascript
"color:#c4b5fd">const BASE_URL = "https:">//hotel-data.k3s.ahsm-krakow.com/api/v1";

"color:#6b7280">// Fetch all properties
"color:#c4b5fd">const response = "color:#c4b5fd">await fetch("color:#86efac">`${BASE_URL}/properties`);
"color:#c4b5fd">const { data } = "color:#c4b5fd">await response.json();

console.log(data); "color:#6b7280">// Property[]

Ready for more? Read the Quick Start guide for a complete walkthrough.

What you can build

The Hotel Data API is organized into three resource areas.

Explore the portal