Contact Us
Company
  • Proven Superior Accuracy
  • About AccuWeather
  • Digital Advertising
  • Careers
  • Press
  • Privacy
  • Terms of Use
  • Brand Guidelines
Products & Services
  • For Business
  • For Partners
  • For Advertising
  • AccuWeather Enterprise APIs
  • AccuWeather Connect
  • Personal Weather Stations
Subscription Services
  • AccuWeather Premium
  • AccuWeather Professional
Apps & Downloads
  • iPhone App
  • Android App
  • See all Apps & Downloads

© 2025 AccuWeather, Inc.

xXfacebookFacebookinstagramInstagram
  • Home
  • Documentation
  • Core Weather API
  • MinuteCast™ API
  • Pricing
  • FAQ
MinuteCast™
    Geoposition
      1 minute forecasts by latitude and longitudeget
    Metadata
      Color codesgetSimplified color codesget
Schemas
MinuteCast™
MinuteCast™

Geoposition

Endpointhttps://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 longitude › query Parameters

q
string · required

A string that indicates the latitude and longitude position.

Example: 40.779,-73.969
language
string

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

Default: en
format
string

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

Default: json
details
boolean

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

Default: false

1 minute forecasts by latitude and longitude › Headers

Authorization
string · required

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

1 minute forecasts by latitude and longitude › Responses

OK

object · required
object[] · required

Summary information for each interval in the forecast.

MobileLink
string | null

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

Link
string | null

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

GET/forecasts/v1/minute
curl --request GET \
  --url 'https://dataservice.accuweather.com/forecasts/v1/minute?q=%3Cstring%3E' \
  --header 'Authorization: Bearer YOUR_API_KEY'
shell
Example Responses
{
  "Summary": {
    "Phrase": "Phrase",
    "Type": "Type",
    "TypeId": {}
  },
  "Summaries": [
    {
      "StartMinute": 0,
      "EndMinute": 0,
      "CountMinute": 0,
      "MinuteText": {},
      "MinutesText": {},
      "Type": {},
      "TypeId": 0,
      "WidgetPhrase": {},
      "ShortPhrase": {},
      "BriefPhrase": {},
      "LongPhrase": {},
      "IconCode": {}
    }
  ],
  "MobileLink": {},
  "Link": {}
}
json
application/json

Metadata