weather_zip
ActiveTool of Ready APIs
declared in 1.0.0
Resolve a US ZIP to coordinates via the geo dataset, then return current weather.
Parameters schema
{
"type": "object",
"required": [
"zip_code"
],
"properties": {
"units": {
"enum": [
"imperial",
"metric"
],
"type": "string",
"default": "imperial"
},
"zip_code": {
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries