# Wanderlust API Pricing

> Source: https://www.wanderlustapp.io/developers
> Currency: USD · cancel anytime · all plans include all read endpoints

The Wanderlust API is a JSON REST API for 10,000+ cities and 250+ countries —
safety, cost of living, internet quality, rankings, and more. The free tier
needs no credit card. Rate limits are per-key, per-minute, and surfaced in
every response.

## Plans

### Free — $0 / month

Everything you need to prototype an integration. No credit card. No clock.

**Includes:**

- 30 requests / minute
- 10,000 requests / month
- All read endpoints
- Personal + team workspaces
- Community support

CTA: Get a free key — https://www.wanderlustapp.io/dashboard/api-keys

### Pro — $29 / month

For production apps that need real headroom and the higher-quality city scoring data.

**Includes:**

- 120 requests / minute
- 250,000 requests / month
- Unlimited team members
- Higher freshness on city refresh
- Email support, 1 business day

CTA: Start with Pro — https://www.wanderlustapp.io/dashboard/organizations

### Business — Custom

Volume tier for travel platforms, AI agents, and embedded experiences.

**Includes:**

- 600+ requests / minute
- 5M+ requests / month
- SSO + audit log (on request)
- SLA & priority support
- Bulk export & webhooks (early access)

CTA: Talk to sales — https://www.wanderlustapp.io/contact?topic=api

## Plan Comparison

| Plan | Price | Rate limit | Monthly quota |
|---|---|---|---|
| Free | $0/ month | 30 requests / minute | 10,000 requests / month |
| Pro | $29/ month | 120 requests / minute | 250,000 requests / month |
| Business | Custom | 600+ requests / minute | 5M+ requests / month |

## What's Included (all plans)

- **Cities, scored** — Overall, safety, cost, leisure, internet, and air-quality scores for 10,000+ cities — the same data that powers wanderlustapp.io.
- **Countries, complete** — Capitals, currencies, languages, calling codes, ISO codes, regions, borders, and timezones — for every nation on earth.
- **Search you can ship** — Sub-100ms search across cities and countries. Wire it into your autocomplete in an afternoon.
- **Teams, first-class** — Organizations with owner/admin/developer/viewer roles, email invites, team-owned keys, and a shared usage dashboard.
- **Built for AI agents** — Stable canonical @ids and quote-ready summary sentences so retrievers cache cleanly and agents cite correctly.
- **Honest rate limits** — Per-key, per-minute. We tell you the limit, what's left, and when it resets — every single response.
- **Versioned forever** — Everything lives under /v1. We add — we don't break. Breaking changes ship as /v2 or never.
- **Usage you can see** — Per-day request and error charts, per-key breakdowns, success rate — all in your team dashboard.

## Use Cases

- **Travel apps** — Drop our city database into your itinerary planner or trip-tracker.
- **AI agents** — Ground LLM responses with citable, dated travel facts.
- **Newsrooms** — Pull country statistics and city rankings for editorial pieces.
- **Relocation tools** — Power 'where should I move?' calculators with real cost and safety data.

## Endpoints & Conventions

- Base URL: `https://www.wanderlustapp.io/api/public/v1`
- Auth: `Authorization: Bearer <your-key>` header.
- Versioned forever under `/v1`. Additive changes only;
  breaking changes ship as `/v2` or never.
- Every response includes a stable canonical `@id` field.
- Rate-limit headers on every response: remaining, limit, reset.

## Related

- Interactive pricing page: https://www.wanderlustapp.io/developers
- API docs: https://www.wanderlustapp.io/developers/docs
- Playground: https://www.wanderlustapp.io/developers/playground
- Consumer (Pro) pricing: https://www.wanderlustapp.io/pro.md
- About Wanderlust: https://www.wanderlustapp.io/llms.txt
