v2
latestOpenAPI 3.1.02026-07-264221.0 KBList hotels
Returns a paginated list of hotels accessible with your API key.
get/hotels
Query parameters
limitinteger
Maximum number of hotels to return (default: 20, max: 100)
offsetinteger
Number of hotels to skip for pagination (default: 0)
Response
A list of hotels
Example response
[
{
"id": "00391351-e308-4aae-8b66-d868ebb37ff3",
"name": "Grand Helsinki Hotel",
"description": "A refined stay in the heart of Helsinki, steps from the central railway station.",
"address": "Mannerheimintie 1, 00100 Helsinki",
"postal_code": "00100",
"city": "Helsinki",
"country_code": "FI",
"latitude": 60.1699,
"longitude": 24.9384,
"language": "fi",
"star_rating": 4.5,
"room_count": 85,
"website_url": "https://www.grandhelsinkihotel.com",
"email": "reception@grandhelsinkihotel.com",
"images": [
{
"url": "https://misxceaqoppcaiaitpkj.supabase.co/storage/v1/object/public/hotel-images/00391351-e308-4aae-8b66-d868ebb37ff3/1.jpg",
"caption": "Great Room Lobby"
}
],
"certified": true,
"certified_from": "2026-01-15",
"certified_until": "2026-03-30",
"certification_url": "https://valpashotels.com",
"netstorming_id": "45373"
}
]