Skip to content

Overview

Search Wink’s bookable property inventory and get live prices — the paid Partner Search API.

Six ways to find properties: by map position, by city, or ranked by agency, city, country or globally. All six return the same page shape, so one result renderer serves every entry point.

These endpoints return PRICES, not property content. Each result carries just enough to render a list row — name, location, star rating, one image — plus the prices themselves. Descriptions, galleries, addresses, room detail, amenities and policies come from the Content service, which you should cache per property and refresh when last_update changes. That split keeps search responses small and fast, and it means property content has exactly one source of truth.

Every call needs an authenticated token with INVENTORY:READ on the account you pass, and is billed in hotel-day units: (properties actually returned) x min(itinerary nights, 90). You are charged for what comes back, not for what you asked for — a request for 50 results that matches 3 properties bills 3 properties.

Prices are live and are not cached. Treat a result as valid for the length of a user’s session.