v5

OpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Environment

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.

get/api/v2/weather

Query parameters

latnumber nullable

Latitude, decimal degrees. Alias: latitude.

Example:40.18

Latitude, decimal degrees. Alias: latitude.

lonnumber nullable

Longitude, decimal degrees. Alias: longitude.

Example:44.51

Longitude, decimal degrees. Alias: longitude.

latitudenumber nullable

Latitude alias (same as lat).

Example:40.18

Latitude alias (same as lat).

longitudenumber nullable

Longitude alias (same as lon).

Example:44.51

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"
    ]
  }
}