Interactive documentation for your Premium plan
This interactive documentation is using your API key which is filled in automatically, you can find and change this in .
Using the GET button, open your selected endpoint and read the introduction. You will find a detailed description of available parameters. You can complete the Parameters section and hit Execute to view a full API response. You can then inspect the JSON response, copy the curl command to run it on your machine, or obtain a URL of the request. In this way, you can easily build request command for the data you need.
- Homepage
- https://api.apis.guru/v2/specs/meteosource.com/v1.json
- Provider
- meteosource.com
- OpenAPI version
- 3.0.2
- Spec (JSON)
- https://api.apis.guru/v2/specs/meteosource.com/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/meteosource.com/v1/openapi.yaml
Tools (9)
Extracted live via the executor SDK.
-
locationEndpoints.findPlacesFindPlacesGetSearch for places
You can use this endpoint to obtain
place_idof the location you want, to be used inpointendpoint. The response also contains detailed information about the location, such as coordinates, timezone and the country the place belongs to.Unlike the
/find_place_prefixendpoint, complete words are required here. You can search for cities, mountains, lakes, countries, ZIP codes, etc. The response can contain multiple places, sorted by relevance. You can then identify the one you want by coordinates, country, or the administrative area. -
locationEndpoints.findPlacesPrefixFindPlacesPrefixGetSearch for places by prefix
You can use this endpoint to obtain
place_idof the location you want, to be used inpointendpoint. The response also contains detailed information about the location, such as coordinates, timezone and the country the place belongs to.Unlike the
/find_placesendpoint, you should only specify the prefix of the place you are looking for. This is particularly useful for autocomplete forms. You can search for cities, mountains, lakes, countries, ZIP codes, etc. The response can contain multiple places, sorted by relevance. You can then identify the one you want by coordinates, country, or the administrative area. -
locationEndpoints.nearestPlaceNearestPlaceGetSearch for nearest place by coordinates
You can use this endpoint to find the nearest place from given coordinates.
Note: If you specify coordinates of a secluded place (e.g. middle of the ocean), the nearest point can be very far from the coordinates.
-
pointWeather.airQualityAirQualityGetAir quality forecast for a single location
Location specification
The location of the weather data is the only parameter that is required and must be specified. There are two ways to do this:
- Specify the GPS coordinates of the location using the parameters
latandlon. - OR specify the name of the place using the parameter
place_id. To obtain theplace_idfor the location you want, please use endpoints/find_places_prefix(search by prefix) or/find_places(search by full name).
Notes
- For a detailed description of variables, please consult ⚠️ ⚠️ in Documentation or
Schemaof the response (link next to Example value in the Responses section below). - Do not make any assumptions about the number and ordering of the variables. New variables and sections may be introduced in the future. Always check the data are present before you try to use them.
- The response contains an
Expiresheader, which defines the point at which the API response will not change for the same request. We highly recommend using this to avoid unnecessary requests and increase the performance of your app. - Meteosource API supports HTTP compression. To enable it, simply add an
Accept-Encoding: gzipheader to your request. - When daylight saving time starts, one hourly record will be missing (typically
2:00:00 AM). When daylight saving time ends, the hourly forecast will contain two records with duplicate times (typically2:00:00 AM).
- Specify the GPS coordinates of the location using the parameters
-
pointWeather.pointPointGetCurrent weather and forecast for single location
Location specification
The location of the weather data is the only parameter that is required and must be specified. There are two ways to do this:
- Specify the GPS coordinates of the location using the parameters
latandlon. - OR specify the name of the place using the parameter
place_id. To obtain theplace_idfor the location you want, please use endpoints/find_places_prefix(search by prefix) or/find_places(search by full name).
Note: For mountains, it is usually better to specify the
place_idrather than thelatandlon. When you useplace_id, you are guaranteed to receive forecasts for the precise elevation of the peak. When you specify the coordinates, the elevation can be less precise.Sections
The endpoint can return multiple sections of data. To obtain the best performance, we advise only requesting the sections you actually need. The available sections are as follows:
- Current weather situation
- Hourly forecast (for 24/48/96/168 hours, depending on the tier)
- Daily forecast (for 7/10/30 days, depending on the tier)
- Minutely precipitation forecast (for 60 minutes in the following hour, only for higher tiers)
- Weather alerts (only for higher tiers)
By default, only the current and hourly sections are returned. The division into daily parts (morning, afternoon and evening) is only available for the first 7 days of the forecast. For details regarding available parameters, see the parameter description below.
Notes
- For a detailed description of variables (e.g. icons), please consult ⚠️ ⚠️ in Documentation or
Schemaof the response (link next to Example value in the Responses section below). - Variables can be instantaneous, averaged, or accumulated over certain time. For example,
precipitationforecast provides the precipitation accumulated until the next hour (data with timestamp as12:00:00is rain accumulated from12:00:00to13:00:00). - Do not make any assumptions about the number and ordering of the variables. New variables and sections may be introduced in the future. Always check the data are present before you try to use them.
- The response contains an
Expiresheader, which defines the point at which the API response will not change for the same request. We highly recommend using this to avoid unnecessary requests and increase the performance of your app. - Meteosource API supports HTTP compression. To enable it, simply add an
Accept-Encoding: gzipheader to your request. - When daylight saving time starts, one hourly record will be missing (typically
2:00:00 AM). When daylight saving time ends, the hourly forecast will contain two records with duplicate times (typically2:00:00 AM). - The detailed description of weather alerts is only available in English. The alert category is translated into selected language.
- Specify the GPS coordinates of the location using the parameters
-
timeMachineHistoricalWeather.timeMachineTimeMachineGetActual weather data for a single location and day in the past
The output contains actual weather data for each day up to 8 years in the past, and long-term statistics of selected weather variables aggregated over 40 years.
Location specification
The location of the weather data must be specified. There are two ways to do this:
- Specify the GPS coordinates of the location using the parameters
latandlon. - OR specify the name of the place using the parameter
place_id. To obtain theplace_idfor the location you want, please use endpoints/find_places_prefix(search by prefix) or/find_places(search by full name).
Note: For mountains, it is usually better to specify the
place_idrather than thelatandlon. When you useplace_id, you are guaranteed to receive data for the precise elevation of the peak. When you specify the coordinates, the elevation can be less precise. - Specify the GPS coordinates of the location using the parameters
-
weatherMaps.mapMapGetPNG weather forecast maps for given area and variable
Area specification
There are two ways to specify geographical area you need for your map:
- Specify
XandYcoordinates and zoom levelZof desired tile in . - Specify latitude and longitude bounds of the area you want to cover.
Notes
- The resulting PNG maps are always in .
- As Meteosource only covers areas between latitudes 80° and -80°, you can only request maps within these bounds, when specifying the latitude and longitude boundaries. When specifying the area using Google Maps Tile notation, the regions outside our supported latitudes will be fully transparent.
- The finest resolution is not available for maps covering very large regions. The resulting map will be automatically downscaled in this case, to guarantee high-speed responses.
- Weather maps are only supported for forecasts, not for archive data.
- Specify
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools