AccuWeather
Weather and forecast data
| Category | Weather |
|---|---|
| Authentication | apiKey |
| HTTPS | Yes |
| CORS | yes |
| Difficulty | intermediate |
| Official URL | https://dev.qweather.com/en/ |
| Added Date | 2026-04-01 |
| Last Verified | 2026-04-01 |
QWeather is a weather API described as: Location-based weather data. It is useful when you need programmatic access to location-based weather data from applications, dashboards, or internal tools. The published entry point or documentation is hosted at dev.qweather.com, which makes it a practical starting point for evaluating available endpoints and response formats. The listing indicates API-key-based access, which is typical for server-side integrations, scheduled jobs, and controlled client applications.
const url = "https://dev.qweather.com/en/";
// Replace headers or query params with the values required by this API.
const response = await fetch(url, {
headers: {
"X-API-Key": "YOUR_API_KEY"
}
});
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); Weather and forecast data
Weather and forecast data from Spain
Weather
Air Quality Index Data for over 1000 cities
Weather
Real-Time & Historical World Weather Data API
Weather, especially for Astroweather
Weather and forecast data
Weather and forecast data from Spain
Weather
Air Quality Index Data for over 1000 cities
NOAA aviation weather forecasts and observations
Weather
Meteorological data of the Basque Country
Weather