GET /v1/forecast/houstondynamic ($0.01 for hours ≤ 48, $0.03 beyond)realtimetier: datacache 900sEngine B — Weather Intelligence
Hourly weather forecast for Houston: temperature, precipitation probability, and wind, up to 168 hours out. NWS-derived series, bias-blended with our calibrated station model where covered — every response labels the method that produced it. Same shape as /v1/forecast/point with the Houston coordinates built in.
Pricing: $0.01 for hours ≤ 48, $0.03 beyond
| Name | In | Type | Required | Notes |
|---|---|---|---|---|
hours | query | integer | no | (default: 48) |
units | query | string | no | (default: "imperial") — one of "metric", "imperial" |
curl "https://x402-factory.com/v1/forecast/houston?hours=24"
Central Park, next 24h — $0.01.
{
"data": {
"hourly": [
{
"t": "2026-07-18T12:00:00.000Z",
"temp": 88.2,
"feels_like": 89.8,
"precip_prob": 0.19,
"precip_amount": 0,
"wind": 13.2,
"gust": 19.8,
"humidity_pct": 65,
"cloud_pct": 29
},
{
"t": "2026-07-18T13:00:00.000Z",
"temp": 88.7,
"feels_like": 89.2,
"precip_prob": 0.06,
"precip_amount": 0,
"wind": 2.8,
"gust": 7.6,
"humidity_pct": 58,
"cloud_pct": 11
},
{
"t": "2026-07-18T14:00:00.000Z",
"temp": 86.5,
"feels_like": 89.1,
"precip_prob": 0.06,
"precip_amount": 0,
"wind": 2.8,
"gust": 6.6,
"humidity_pct": 71,
"cloud_pct": 22
},
{
"t": "2026-07-18T15:00:00.000Z",
"temp": 82.8,
"feels_like": 86,
"precip_prob": 0.06,
"precip_amount": 0,
"wind": 3,
"gust": 6.4,
"humidity_pct": 75,
"cloud_pct": 31
},
{
"t": "2026-07-18T16:00:00.000Z",
"temp": 81.3,
"feels_like": 84.4,
"precip_prob": 0.06,
"precip_amount": 0,
"wind": 3.2,
"gust": 7.6,
"humidity_pct": 73,
"cloud_pct": 28
},
{
"t": "2026-07-18T17:00:00.000Z",
"temp": 78.4,
"feels_like": 78.4,
"precip_prob": 0.06,
"precip_amount": 0,
"wind": 3.6,
"gust": 7.3,
"humidity_pct": 68,
"cloud_pct": 16
},
{
"t": "2026-07-18T18:00:00.000Z",
"temp": 77,
"feels_like": 77,
"precip_prob": 0.06,
"precip_amount": 0,
"wind": 4,
"gust": 8.6,
"humidity_pct": 74,
"cloud_pct": 25
},
{
"t": "2026-07-18T19:00:00.000Z",
"temp": 76.1,
"feels_like": 76.1,
"precip_prob": 0.09,
"precip_amount": 0,
"wind": 5.3,
"gust": 11.4,
"humidity_pct": 73,
"cloud_pct": 14
},
{
"t": "2026-07-18T20:00:00.000Z",
"temp": 77,
"feels_like": 77,
"precip_prob": 0.1,
"precip_amount": 0,
"wind": 5.7,
"gust": 11.1,
"humidity_pct": 60,
"cloud_pct": 12
},
{
"t": "2026-07-18T21:00:00.000Z",
"temp": 76.1,
"feels_like": 76.1,
"precip_prob": 0.1,
"precip_amount": 0,
"wind": 6.2,
"gust": 12.6,
"humidity_pct": 63,
"cloud_pct": 30
},
{
"t": "2026-07-18T22:00:00.000Z",
"temp": 75.4,
"feels_like": 75.4,
"precip_prob": 0.1,
"precip_amount": 0,
"wind": 6.6,
"gust": 12.8,
"humidity_pct": 71,
"cloud_pct": 19
},
{
"t": "2026-07-18T23:00:00.000Z",
"temp": 74.7,
"feels_like": 74.7,
"precip_prob": 0.11,
"precip_amount": 0,
"wind": 7,
"gust": 11.8,
"humidity_pct": 67,
"cloud_pct": 15
},
{
"t": "2026-07-19T00:00:00.000Z",
"temp": 73.2,
"feels_like": 73.2,
"precip_prob": 0.83,
"precip_amount": 0.16,
"wind": 8.1,
"gust": 13.9,
"humidity_pct": 65,
"cloud_pct": 74
},
{
"t": "2026-07-19T01:00:00.000Z",
"temp": 74.5,
"feels_like": 74.5,
"precip_prob": 0.83,
"precip_amount": 0.16,
"wind": 16.2,
"gust": 25.4,
"humidity_pct": 64,
"cloud_pct": 71
},
{
"t": "2026-07-19T02:00:00.000Z",
"temp": 75.7,
"feels_like": 75.7,
"precip_prob": 0.85,
"precip_amount": 0.17,
"wind": 16.2,
"gust": 25.1,
"humidity_pct": 67,
"cloud_pct": 94
},
{
"t": "2026-07-19T03:00:00.000Z",
"temp": 78.4,
"feels_like": 78.4,
"precip_prob": 0.86,
"precip_amount": 0.17,
"wind": 16,
"gust": 25.9,
"humidity_pct": 59,
"cloud_pct": 75
},
{
"t": "2026-07-19T04:00:00.000Z",
"temp": 81.1,
"feels_like": 83.8,
"precip_prob": 0.87,
"precip_amount": 0.17,
"wind": 15.7,
"gust": 24.8,
"humidity_pct": 72,
"cloud_pct": 82
},
{
"t": "2026-07-19T05:00:00.000Z",
"temp": 83.5,
"feels_like": 84.9,
"precip_prob": 0.87,
"precip_amount": 0.17,
"wind": 15.4,
"gust": 23.3,
"humidity_pct": 64,
"cloud_pct": 92
},
{
"t": "2026-07-19T06:00:00.000Z",
"temp": 85.6,
"feels_like": 88.3,
"precip_prob": 0.86,
"precip_amount": 0.17,
"wind": 15,
"gust": 23.5,
"humidity_pct": 72,
"cloud_pct": 76
},
{
"t": "2026-07-19T07:00:00.000Z",
"temp": 86,
"feels_like": 87.6,
"precip_prob": 0.22,
"precip_amount": 0,
"wind": 11.6,
"gust": 19.4,
"humidity_pct": 65,
"cloud_pct": 25
},
{
"t": "2026-07-19T08:00:00.000Z",
"temp": 88.5,
"feels_like": 89.4,
"precip_prob": 0.22,
"precip_amount": 0,
"wind": 11.1,
"gust": 18.5,
"humidity_pct": 61,
"cloud_pct": 27
},
{
"t": "2026-07-19T09:00:00.000Z",
"temp": 87.1,
"feels_like": 88.2,
"precip_prob": 0.21,
"precip_amount": 0,
"wind": 10.6,
"gust": 18.3,
"humidity_pct": 61,
"cloud_pct": 20
},
{
"t": "2026-07-19T10:00:00.000Z",
"temp": 88,
"feels_like": 90.1,
"precip_prob": 0.2,
"precip_amount": 0,
"wind": 10.2,
"gust": 15.7,
"humidity_pct": 69,
"cloud_pct": 34
},
{
"t": "2026-07-19T11:00:00.000Z",
"temp": 86.9,
"feels_like": 88.2,
"precip_prob": 0.19,
"precip_amount": 0,
"wind": 9.9,
"gust": 16.5,
"humidity_pct": 63,
"cloud_pct": 27
}
],
"model_run_at": "2026-07-18T12:00:00.000Z",
"units": "imperial"
},
"meta": {
"endpoint": "/v1/forecast/houston",
"version": "1.0.0",
"generated_at": "2026-09-13T09:52:16.481Z",
"freshness": "realtime",
"sources": [
"stub-model"
],
"request_id": "req_00000000",
"docs": "https://x402-factory.com/docs/weather.forecast.houston",
"data_mode": "live"
}
}data payload){
"type": "object",
"properties": {
"hourly": {
"type": "array",
"items": {
"type": "object",
"properties": {
"t": {
"type": "string"
},
"temp": {
"type": "number"
},
"feels_like": {
"type": "number"
},
"precip_prob": {
"type": "number",
"minimum": 0,
"maximum": 1
},
"precip_amount": {
"type": "number"
},
"wind": {
"type": "number"
},
"gust": {
"type": "number"
},
"humidity_pct": {
"type": "number"
},
"cloud_pct": {
"type": "number"
}
},
"required": [
"t",
"temp",
"feels_like",
"precip_prob",
"precip_amount",
"wind",
"gust",
"humidity_pct",
"cloud_pct"
],
"additionalProperties": false
}
},
"model_run_at": {
"type": "string"
},
"units": {
"type": "string",
"enum": [
"metric",
"imperial"
]
}
},
"required": [
"hourly",
"model_run_at",
"units"
],
"additionalProperties": false
}
The platform wraps every payload in an envelope: { "data": …, "meta": { endpoint, version, generated_at, freshness, sources, request_id, docs, data_mode } }.
Unpaid requests receive 402 with payment requirements (accepts). Pay dynamic ($0.01 for hours ≤ 48, $0.03 beyond) in USDC on Base per call via an X-PAYMENT header — see docs.x402.org. With PAYMENT_MODE=disabled (local dev) the endpoint is open.
| Status | Code | Meaning |
|---|---|---|
| 400 | INVALID_PARAMS | Input failed validation; message lists the offending fields. |
| 404 | NOT_FOUND | No matching resource; suggestion may point to a sibling endpoint. |
| 410 | RESOLVED | Market/event settled; body includes a resolution summary. |
| 503 | STALE_DATA | Upstream feed down; stale data is never silently served beyond 2× cache TTL. |
| 500 | INTERNAL | Our bug. The request_id helps us find it. |