{
  "entries": [
    {
      "identifier": "urn:air:valpashotels.com:api:hotels",
      "displayName": "Valpas Public API",
      "type": "application/openapi+json",
      "url": "https://docs.valpashotels.com/openapi.json",
      "description": "Check whether a hotel is certified bed bug safe by Valpas, and read its certification data. Certification reflects live per-room sensor data rather than an annual audit, so an answer is valid as of the moment you fetch it. Hotels can be resolved by Valpas id, GIATA id or Netstorming id, individually or in batches. Requires an API key in the x-api-key header — request one at may@valpas.io; unauthenticated requests return 401. Base URL https://connect.valpashotels.com, documented at https://docs.valpashotels.com.",
      "capabilities": [
        "listHotels",
        "getHotel",
        "getHotelByGiataId",
        "getHotelByNetstormingId",
        "batchGetHotelsByGiataIds",
        "batchGetHotelsByNetstormingIds"
      ],
      "representativeQueries": [
        "is this hotel certified bed bug safe",
        "list the hotels certified bed bug safe by Valpas",
        "look up a Valpas certified hotel by its GIATA id",
        "check a hotel's bed bug safety certification before booking"
      ],
      "tags": [
        "hotels",
        "hospitality",
        "bed-bug-safety",
        "certification",
        "travel"
      ],
      "version": "1.0",
      "updatedAt": "2026-08-28T00:00:00Z"
    }
  ]
}
