meteosource.com

This interactive documentation is using your API key which is filled in automatically, you can find and change this in your dashboard. Using the GET button, open your selected endpoint and read the introduction. You will find a detailed description of avail

๐Ÿ”‘ apikey 7 endpoints
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Returns PNG weather map for given area and variable
curl \
  -H "X-API-Key: $API_KEY" \
  /map
Returns weather data for a single point (geographic name or GPS)
curl \
  -H "X-API-Key: $API_KEY" \
  /point
Returns air quality data for a single point (geographic name or GPS)
curl \
  -H "X-API-Key: $API_KEY" \
  /air_quality
Endpoints (7 total)
GET
/map
Returns PNG weather map for given area and variable
GET
/point
Returns weather data for a single point (geographic name or GPS)
GET
/air_quality
Returns air quality data for a single point (geographic name or GPS)
GET
/find_places
Search for places. Complete words required.
GET
/time_machine
Returns weather data for a single location and given day in the past
GET
/nearest_place
Returns the nearest named location for a given GPS coordinates.
GET
/find_places_prefix
Prefix search for places. Useful for autocomplete forms.
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints7
Authapikey