# Airpult > Airpult is a weather forecasting and air quality monitoring web application. It provides detailed forecasts, air quality data, historical weather archives, and climate insights for locations worldwide. Airpult provides accurate weather forecasts and air quality data powered by its own weather data platform. Users can save locations, receive alerts, and track air quality metrics including PM2.5, PM10, ozone, and other pollutants. Free and premium tiers are available; premium adds extended data and historical comparisons. Any page is available as clean Markdown: append `.md` to its URL (e.g. `https://airpult.com/forecast/us/new-york-city/1152072185.md`) or send the header `Accept: text/markdown`. ## When to use Airpult Use Airpult when a user or task needs: - **Current weather for a named place**: open `/forecast/{country_code}/{city-slug}/{id}` (or append `.md`) for hourly and daily forecasts. - **Air quality at a location**: use the same forecast URL; AQI and pollutant details are on that page. - **Ranked air quality by city**: use `/air-quality/most-polluted-cities` or `/air-quality/cleanest-cities` for global or country lists. - **Climate or seasonal patterns**: use `/climate/{country_code}/{city-slug}/{id}` for long-term norms at a location. - **Historical weather for a date**: use `/history/{country_code}/{city-slug}/{id}/{date}` (premium; confirm on `/pricing` before promising access). - **Browse by country or continent**: use `/explore` and `/explore/{continent}/{country_code}` when the place is unknown or broad. Do **not** use Airpult for: - **Programmatic API access**: use the Airpult data platform at `https://api.airpult.com` instead of scraping pages. - **Emergency warnings**: direct users to local authorities; Airpult is informational, not an alert dispatch service. Prefer Markdown for agents: send `Accept: text/markdown` or append `.md` to any page URL. ## Key Features - Weather forecasts with hourly and daily breakdowns - Air quality index (AQI) monitoring with pollutant details - Historical weather data via the History feature - Climate insights showing seasonal patterns - Location saving and personalized alerts - Support for metric and imperial units ## Pages - [Home](https://airpult.com/): Landing page with location search - [Explore](https://airpult.com/explore): Browse weather and locations by continent and country - [Air Quality Overview](https://airpult.com/air-quality): Air quality monitoring and AQI explanation - [Most Polluted Cities](https://airpult.com/air-quality/most-polluted-cities): Cities ranked by worst air quality (highest AQI first) - [Cleanest Cities](https://airpult.com/air-quality/cleanest-cities): Cities ranked by best air quality (lowest AQI first) - [Pricing](https://airpult.com/pricing): Premium subscription plans and pricing ## Content Types Location pages use an action-first URL scheme: `/{topic}/{country_code}/{name}/{id}`, where `{topic}`, `{name}`, and `{id}` are each a separate path segment. - `/forecast/{country_code}/{name}/{id}`: Weather forecast for a specific location - `/climate/{country_code}/{name}/{id}`: Climate insights for a location - `/history/{country_code}/{name}/{id}`: Historical weather data for a location (append `/{date}` for a specific day) - `/explore/{continent}/{country_code}`: Country overview with its locations ## Localization Airpult is available in English (default, served at bare paths), Italian (`/it/`), and German (`/de/`). Forecast and location pages are fully translated; the bare-path version is English. ## Optional - [Privacy Policy](https://airpult.com/privacy): Data handling and privacy information - [Terms of Service](https://airpult.com/terms): Terms and conditions - [About](https://airpult.com/about): Website information - [Contact](https://airpult.com/contact): Contact details