Point weather (multi-model best-match)
Nearest-grid-node current conditions (2 m temperature, 10 m wind with gusts, mean sea-level pressure, relative humidity, total cloud cover, derived feels-like) for any coordinate worldwide, best-matched across sovereign weather models (ECMWF Open Data, NOAA GFS, DWD ICON, ECCC GEM) on a unified 0.25-degree grid. Each value carries its source model. Precipitation is served from the Sugra Weather engine with its own provenance and attribution.
Query parameters
Latitude, decimal degrees. Alias: latitude.
Latitude, decimal degrees. Alias: latitude.
Longitude, decimal degrees. Alias: longitude.
Longitude, decimal degrees. Alias: longitude.
Latitude alias (same as lat).
Latitude alias (same as lat).
Longitude alias (same as lon).
Longitude alias (same as lon).
Response
Successful Response
Example response
{
"data": {
"location": {
"requested": {
"lat": 40.18,
"lon": 44.51
},
"grid_point": {
"lat": 40.18,
"lon": 44.51
},
"tile": "40N_040E"
},
"forecast": {
"name": "ECMWF Open Data (IFS)",
"cycle": "2026062818",
"resolution_deg": 0.25
},
"attribution": {
"sources": [
{
"registry_key": "ecmwf/ifs-open",
"source_name": "ECMWF Open Data (IFS)",
"licence": "CC-BY-4.0",
"citation": "Generated using ECMWF Open Data (IFS) 2026",
"disclaimer": "Forecast guidance; no fitness warranty."
}
],
"effective_reexport": "allowed"
}
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}