Every example uses actual NOAA data captured from the live API. Larger responses linked as JSON files in examples/ directory.
25 lines
463 B
JSON
25 lines
463 B
JSON
{
|
|
"predictions": [
|
|
{
|
|
"t": "2026-02-21 00:49",
|
|
"v": "2.658",
|
|
"type": "L"
|
|
},
|
|
{
|
|
"t": "2026-02-21 07:08",
|
|
"v": "12.261",
|
|
"type": "H"
|
|
},
|
|
{
|
|
"t": "2026-02-21 13:43",
|
|
"v": "1.167",
|
|
"type": "L"
|
|
},
|
|
{
|
|
"t": "2026-02-21 19:54",
|
|
"v": "9.857",
|
|
"type": "H"
|
|
}
|
|
]
|
|
}
|