OpenWeatherMap · GraphQL Specification

OpenWeatherMap GraphQL Schema

This is a conceptual GraphQL schema for the OpenWeatherMap API surface. OpenWeatherMap does not publish a native GraphQL endpoint; this schema is a structured representation of the REST API resources available at [openweathermap.org/api](https://openweathermap.org/api) and serves as a reference for building GraphQL wrappers, federated gateway layers, or code-generation targets.

Documentation Endpoint View on GitHub WeatherForecastClimateAir PollutionAir QualitySolarGeocodingHistoryMapsRoad RiskPublic APIsGraphQL

Overview

OpenWeatherMap GraphQL Schema is a GraphQL API specification published by OpenWeatherMap on the APIs.io network.

This is a conceptual GraphQL schema for the OpenWeatherMap API surface. OpenWeatherMap does not publish a native GraphQL endpoint; this schema is a structured representation of the REST API resources available at openweathermap.org/api and serves as a reference for building GraphQL wrappers, federated gateway layers, or code-generation targets.

The specification includes 7 reference links.

Tagged areas include Weather, Forecast, Climate, Air Pollution, and Air Quality.

Endpoint

References

Related API Specs

Current Weather Data API (OpenAPI) Forecast APIs (OpenAPI) One Call API 4.0 (OpenAPI) Air Pollution API (OpenAPI) Geocoding API (OpenAPI) Historical Weather API (OpenAPI) Statistical Weather Data API (OpenAPI) Accumulated Parameters API (OpenAPI) Solar Energy APIs (OpenAPI) Road Risk API (OpenAPI) Weather Stations API (OpenAPI) Weather Maps 1.0 (OpenAPI)
Back to OpenWeatherMap · All GraphQL Specs · GitHub