/weather namespace · APlicious

Free Weather API — current, forecast & alerts in one endpoint

The APlicious /weather namespace returns current conditions, multi-day forecasts, historical data and alerts in a single unified schema — one key, no extra billing.

<1savg response time
Get free API key View docs
GET /api/v1/weather/current
const res = await fetch(
  'https://aplicious.com/api/v1/weather/current?city=London',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { city: "London", temp_c: 18, condition: "Partly Cloudy",
//   humidity: 72, wind_kmh: 14, uv_index: 4 }

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

What's included in /weather

Current conditions

Temperature, humidity, wind speed/direction, UV index, visibility, pressure — updated every 10 minutes.

7-day forecast

Hourly and daily breakdowns with precipitation probability, cloud cover, and feels-like temperature.

Historical data

Query weather on any past date by city or lat/long — perfect for analytics and ML datasets.

Severe alerts

Government-issued alerts for heat, storms, floods. Filter by country or coordinates.

One key, 34 APIs

Same API key works across all 34 APlicious namespaces — weather, finance, fitness, and more.

Start using the weather API free today

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

Get free API keyExplore /weather docs

Frequently asked questions

Is the weather API really free?

Yes. The Free tier gives you 500 calls/month at no cost, forever. No credit card required to sign up.

How often is weather data updated?

Current conditions update every 10 minutes. Forecasts update every hour. Historical data is static.

Can I query by GPS coordinates?

Yes. Pass lat= and lon= parameters instead of city= on any endpoint.

What countries are covered?

Global coverage — 200,000+ locations worldwide including rural areas via METAR/synoptic stations.

Related API guides

Finance API for Developers — Stock Quotes, SIP, Tax, Forex

REST API for stock quotes, SIP calculators, compound interest, forex rates, tax

Read guide

Currency Conversion API — Live Rates, 170 Currencies, Free

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

Read guide

IP Geolocation API — Free, Fast, Country/City/Timezone

Free IP geolocation API returning country, city, region, timezone, ISP, and coor

Read guide

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

View all plans and pricing →