v2
latestOpenAPI 3.1.02026-07-264221.0 KBBatch fetch hotels by Netstorming IDs
Returns multiple hotels matching the provided Netstorming IDs. Maximum 1000 IDs per request. Hotels without a matching Netstorming ID are omitted from the response.
post/hotels/netstorming/batch
Request body
Example request
{
"netstorming_ids": [
"45373",
"63148"
]
}Response
List of matching 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"
}
]