Real-time climate arbitrage for 500+ destinations worldwide. Dynamic pricing, vibe scoring, and live weather telemetry — all in one API.
Cities synced in the last scrape cycle
Ranked by combined temperature and price score. Coldest and cheapest destinations float to the top.
| # | Destination | Temp | Daily Cost | Vibe |
|---|---|---|---|---|
| Loading rankings... | ||||
Ranked by warmest temperature and lowest price. Perfect for sun-seekers on a budget.
| # | Destination | Temp | Daily Cost | Vibe |
|---|---|---|---|---|
| Loading rankings... | ||||
Get live temperature, dynamic pricing and vibe classification for any of our 500+ tracked cities.
Every destination is classified into one of 8 vibe tiers based on temperature and price. Find your perfect match.
All endpoints are available via RapidAPI. Authenticate with your X-RapidAPI-Key header.
Returns the 15 most recently updated cities, or a single city when ?city= is provided.
| Param | Type | Description |
|---|---|---|
| city | string (optional) | City name, case-insensitive. e.g. oslo |
Returns destinations ranked by a combined cold + cheap score. Lower score = better value.
| Param | Type | Description |
|---|---|---|
| limit | integer (optional) | Number of results, default 10, max 50 |
Returns the 15 most recently updated warm destinations (temp ≥ 22°C), or a single city lookup.
| Param | Type | Description |
|---|---|---|
| city | string (optional) | City name, case-insensitive. e.g. baguio |
Returns the warmest and cheapest destinations ranked by hot-value score.
| Param | Type | Description |
|---|---|---|
| limit | integer (optional) | Number of results, default 10, max 50 |
Compare up to 5 cities side by side. The best value destination is automatically highlighted.
| Param | Type | Description |
|---|---|---|
| cities | string (required) | Comma-separated city names. e.g. Oslo,Banff,Reykjavik |
Filter destinations by vibe tier and optional price/temperature caps.
| Param | Type | Description |
|---|---|---|
| vibe | string (optional) | e.g. Arctic Steal, Prime Cool-Cation |
| max_price | float (optional) | Maximum daily cost in USD |
| max_temp | float (optional) | Maximum temperature in °C |
| limit | integer (optional) | Results limit, default 20, max 100 |
Returns an alphabetical list of all destinations currently in the database with their last update time.