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

OpenWeatherMap Accumulated Parameters API (OpenAPI) OpenWeatherMap Air Pollution API (OpenAPI) OpenWeatherMap Current Weather API (OpenAPI) OpenWeatherMap Forecast API (OpenAPI) OpenWeatherMap Geocoding API (OpenAPI) OpenWeatherMap History API (OpenAPI) OpenWeatherMap Measurements API (OpenAPI) OpenWeatherMap One Call API (OpenAPI) OpenWeatherMap Road Risk API (OpenAPI) OpenWeatherMap Solar Irradiance API (OpenAPI) OpenWeatherMap Solar Panels API (OpenAPI) OpenWeatherMap Stations API (OpenAPI) OpenWeatherMap Statistical Weather API (OpenAPI) OpenWeatherMap Weather Maps API (OpenAPI)
Back to OpenWeatherMap · All GraphQL Specs · GitHub