MinuteCast™

Geoposition

Endpoint:https://dataservice.accuweather.com

1 minute forecasts by latitude and longitude

GET
https://dataservice.accuweather.com
/forecasts/v1/minute

Returns forecast summaries for a specific latitude/longitude for the next 120 minutes.

1 minute forecasts by latitude and longitudequery Parameters

  • qstring · required

    A string that indicates the latitude and longitude position.

    Example: 40.779,-73.969
  • languagestring

    A string that indicates the language in which to return the response. More information can be found here.

    Default: en
  • formatstring

    A string value that specifies what type of format to provide the response.

    Default: json
  • detailsboolean

    A boolean value that specifies whether or not to include extended information.

    Default: false

1 minute forecasts by latitude and longitudeHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate using your API key. Format is Bearer YOUR_API_KEY.

1 minute forecasts by latitude and longitudeResponses

OK

  • Summaryrequired

    Phrase summaries for the entire forecast period.

  • Summariesobject[] · required

    Summary information for each interval in the forecast.

  • MobileLinkstring | null

    Link to minute forecasts on AccuWeather's mobile site for the requested location.

  • Linkstring | null

    Link to minute forecasts on AccuWeather's free site for the requested location.