SupaWeather API

Forecast

Endpoint:https://supaweather-main-9ac8640.zuplo.app

Get Weather Forecast

GET
https://supaweather-main-9ac8640.zuplo.app
/weather/forecast

Get Weather Forecastquery Parameters

  • latnumber · float · required
  • lonnumber · float · required
  • daysinteger · min: 1 · max: 16
    Default: 7
  • hourlyboolean
    Default: false
  • unitsstring · enum
    Enum values:
    metric
    imperial
    kelvin
    Default: metric

Get Weather ForecastResponses

  • locationobject · required
    Example: {"lat":40.7128,"lon":-74.006,"name":"New York","country":"United States","region":"New York","timezone":"America/New_York"}
  • forecastobject · required

Get Marine Forecast

GET
https://supaweather-main-9ac8640.zuplo.app
/weather/forecast/marine

Get Marine Forecastquery Parameters

  • latnumber · float · required
  • lonnumber · float · required
  • daysinteger · min: 1 · max: 7
    Default: 3

Get Marine ForecastResponses

  • locationobject
    Example: {"lat":40.7128,"lon":-74.006,"name":"New York","country":"United States","region":"New York","timezone":"America/New_York"}
  • marine_forecastobject[]