(wfo, grid_x, grid_y) together with the URLs for the 7-day forecast, the hourly forecast, the raw forecast grid, the observation station list, and the forecast / county / fire weather zones. Sugra's own /forecast and /forecast/hourly endpoints chain this lookup internally; /point is exposed so clients that want to compose requests against the raw upstream URLs can do so without re-implementing the resolution. US only: lat/lon outside US territory returns 503. Cached 24 hours (a point-to-gridpoint assignment is stable for any given coordinate). Attribution: NOAA National Weather Service (api.weather.gov).x-api-key: ********************curl --location '/api/v1/weather/nws/point?lat=38.8894&lon=-77.0352' \
--header 'x-api-key: <api-key>'{
"data": {
"wfo": "string",
"grid_x": 0,
"grid_y": 0,
"time_zone": "string",
"city": "string",
"state": "string",
"radar_station": "string",
"forecast_url": "string",
"forecast_hourly_url": "string",
"forecast_grid_data_url": "string",
"observation_stations_url": "string",
"forecast_zone": "string",
"county_zone": "string",
"fire_weather_zone": "string"
},
"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": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}