Rainbow.AI · JSON Structure
Rainbow Ai Nowcast Structure
JSON structure documentation for the Rainbow.AI Nowcast API response
Type:
Properties: 0
WeatherPrecipitationForecastingNowcastRadarTilesGeospatial
Rainbow Ai Nowcast Structure is a JSON Structure definition published by Rainbow.AI.
Meta-schema:
JSON Structure
{
"title": "Rainbow.AI Nowcast API Structure",
"description": "JSON structure documentation for the Rainbow.AI Nowcast API response",
"version": "1.0",
"structures": [
{
"name": "NowcastResponse",
"description": "Top-level response from the Nowcast API",
"fields": [
{
"name": "location",
"type": "object",
"description": "Geographic coordinates queried",
"required": true,
"fields": [
{
"name": "lat",
"type": "number",
"description": "Latitude (-90 to 90)",
"required": true
},
{
"name": "lon",
"type": "number",
"description": "Longitude (-180 to 180)",
"required": true
}
]
},
{
"name": "forecasts",
"type": "array",
"description": "Minute-by-minute precipitation forecasts for up to 4 hours (up to 240 entries)",
"required": true,
"items": {
"name": "ForecastPoint",
"type": "object",
"fields": [
{
"name": "timestamp",
"type": "string (date-time)",
"description": "ISO 8601 timestamp for this forecast minute",
"required": true
},
{
"name": "precipitation_type",
"type": "string",
"description": "Type: none, rain, snow, sleet, or freezing_rain",
"required": true
},
{
"name": "precipitation_intensity",
"type": "number",
"description": "Intensity in mm/hour",
"required": true
},
{
"name": "probability",
"type": "number",
"description": "Probability 0.0-1.0",
"required": false
}
]
}
},
{
"name": "updated_at",
"type": "string (date-time)",
"description": "Timestamp of the last data update",
"required": true
}
]
}
]
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/rainbow-ai-nowcast-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.