/travel namespace · APlicious

Visa Requirements API — check entry requirements by nationality and destination

The /travel namespace's visa-requirements endpoint checks entry rules by nationality and destination, alongside cost-of-living, flight distance, timezone difference, and packing-list tools.

6travel endpoints
Get free API key View docs
GET /api/v1/travel/visa-requirements
const res = await fetch(
  'https://aplicious.com/api/v1/travel/visa-requirements?nationality=IN&destination=GB',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { visa_required: true, visa_type: "Standard Visitor Visa", notes: "..." }

No credit card · Free tier forever · X-API-Key header auth

What's included in /travel

Visa requirements by nationality

Check whether a given nationality needs a visa for a destination country, and what type.

Cost of living by city

Three-tier (backpacker/mid-range/comfortable) monthly budget breakdown, not a single average number.

Real flight distance

Haversine great-circle distance between any two coordinates, not a static city-pair lookup table.

Timezone difference

Quick lookup for jet-lag planning or scheduling calls across a trip.

Climate-aware packing lists

Packing recommendations based on destination climate and trip type.

Start using the visa requirements API today

Free tier — 500 calls/month, no credit card. Upgrade when you need more.

Get free API keyExplore /travel docs

Frequently asked questions

Does this cover every country pair?

Coverage focuses on commonly-traveled nationality/destination combinations — check the docs for current coverage.

Is flight distance calculated or looked up?

Calculated via the Haversine great-circle formula from real coordinates — works for any two points, not just pre-populated city pairs.

Can I get a cost-of-living breakdown by budget level?

Yes — /cost-of-living returns backpacker, mid-range, and comfortable monthly budget tiers separately.

Related API guides

Currency Conversion API — Live Rates, 170 Currencies, Free

Live currency exchange rates, historical rates, and conversion endpoints for 170

Read guide

Best Free API for Developers — 34 Namespaces, One Key, 500 Free Calls

Looking for the best free API? APlicious gives you 34 live namespaces — finance,

Read guide

Free Weather API — Current, Forecast & Historical Data

Get live weather data, 7-day forecasts, historical records and severe weather al

Read guide

One key unlocks all 34 namespaces — weather, finance, fitness, astrology, and more.

View all plans and pricing →