weather_current
ActiveTool of Ready APIs
declared in 1.0.0
Current conditions at a latitude/longitude in imperial or metric units. Sourced from Open-Meteo.
Parameters schema
{
"type": "object",
"required": [
"lat",
"lon"
],
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"units": {
"enum": [
"imperial",
"metric"
],
"type": "string",
"default": "imperial"
}
},
"additionalProperties": false
}Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries