Back to marketplace
Tool Detail
Weather
Seamlessly integrate real-time global weather data into your applications.
by Open MeteoFreeUpdated 2026-04-16
Operations
Published operations exposed by this tool.
Forecast
Get the weather forecast for that location using latitude and longitude data.
GET/v1/forecast?current=temperature_2m,relative_humidity_2m,wind_speed_10m,weather_codekey: forecast
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the city to search for, optional. eg: London"
},
"latitude": {
"type": "number",
"description": "Latitude coordinate. If city name is provided, this is optional."
},
"longitude": {
"type": "number",
"description": "Longitude coordinate. If city name is provided, this is optional."
}
}
}Output Schema
{
"type": "object",
"properties": {}
}Summary
Type
Tool
Slug
open-meteo-weather
Provider
Open Meteo
Pricing
Free
Active Operations
1
Tags
weather