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
Current Conditions
    Location Key
      Current conditions by location keyget
    Top Cities
      Current conditions for top citiesget
    Historical
      Historical current conditions for past 24 hours by location keygetHistorical current conditions for past 6 hours by location keyget
Daily Forecasts
    Location Key
      1 day by location keyget5 days by location key get7 days by location key get10 days by location key get15 days by location key get
Hourly Forecasts
    Location Key
      1 hour by location key get12 hours by location key get24 hours by location key get72 hours by location keyget120 hours by location key get
Alerts
    Location Key
      Goverment-issued alerts by location keyget
Locations
    Location Key
      Neighboring location data by location keygetLocation search by location keyget
    List
      Top 50 cities listgetTop 100 cities listgetTop 150 cities listgetTop cities list by regiongetCountries list by region codegetCountries listgetRegion listgetCountry by region code and country codegetAdministrative area list by country codegetAdministrative area list get
    Autocomplete
      Autocomplete by country codegetAutocomplete for cities and points of interest getAutocomplete for points of interest by country codegetAutocomplete for points of interestgetAutocomplete for cities by country codegetAutocomplete for citiesget
    Text Search
      City search by country code and administrative codegetCity search by country codegetCity searchgetLocation search by country code and administrative codegetLocation search by country codegetLocation searchgetPostal code search by country codegetPostal code searchgetPoint of interest by country code and administrative codegetPoint of interest by country codegetPoint of interest searchgetRegion searchgetAdministrative area search by country code and text stringgetAdministrative area search by text stringgetAdministrative area search by country code and administrative area codeget
    Geoposition
      Cities search by geopositiongetLocation search by geopositiongetPoint of interest by latitude, longitudeget
    IP Address
      Cities search by IP addressget
Indices
    1 Day
      1 day by location key and group Idget1 day by location keyget1 day by location key and index Idget
    5 Days
      5 days by location key and group id get5 days by location keyget5 days by location key and index id get
    10 Days
      10 days by location key and group idget10 days by location keyget10 days by location key and index idget
    15 Days
      15 days by location key and group idget15 days by location keyget15 days by location key and index idget
    Metadata
      Index groupsgetIndex metadata by group idgetIndex metadatagetIndex metadata by index Idget
Tropical
    Active
      Active government-issued storms by basin and government IdgetActive government-issued stormsgetActive government-issued storms by basinget
    Search
      Government-issued storms by year, basin, and government IdgetGovernment-issued storms by yeargetGovernment-issued storms by year and basingetStatuses for government-issued stormsgetStatuses for government-issued storms by basinget
    Position
      Current position of government-issued storm by year, basin, and government IdgetPositions of government-issued storm by year, basin, and government Idget
    Forecast
      Forecasts of government-issued storm by year, basin, and government Idget
Alarms
    Location Key
      1 day by location keyget5 days by location keyget10 days by location keyget15 days by location keyget
Imagery Maps
    Location Key
      480x480 radar and satellite images by location keyget640x480 radar and satellite images by location keyget1024x1024 radar and satellite images by location keyget
Translations
    Groups
      Translations by group idgetTranslation groupsget
    Languages
      Supported languagesgetLanguage id by language codegetLanguage code by language idget
Schemas
Core Weather

Location Key

Endpoint:https://dataservice.accuweather.com

Current conditions by location key

GET
https://dataservice.accuweather.com
/currentconditions/v1/{locationKey}

Retrieves the current weather conditions for a specific location, using a locationKey obtained from another endpoint (e.g., city search or geoposition)

Current conditions by location key › path Parameters

  • locationKeystring · required

    A unique ID that designates a specific location. More information can be found here.

    Example: 349727

Current conditions by location key › query Parameters

  • formatstring

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

    Default: json
  • languagestring

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

    Default: en-us
  • detailsboolean

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

    Default: false
  • getPhotosboolean

    A boolean value that specifies whether or not to include photos representing the requested location and current weather.

    Default: false

Current conditions by location key › Headers

  • Authorizationstring · required

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

Current conditions by location key › Responses

OK

  • LocalObservationDateTimestring · date-time · required

    The date and time at which the data was collected, displayed in ISO 8601 format (yyyy-mm-ddThh:mm:ss±hh:mm).

  • EpochTimeinteger · int64 · required

    The date and time at which the data was collected, displayed as the number of seconds that have elapsed since midnight UTC/GMT on January 1, 1970.

  • WeatherTextstring · minLength: 1 · required

    A phrase describing the current weather conditions in the specified language.

  • WeatherIconinteger · int32 · required

    A numeric value representing an image that displays the phrase returned in the WeatherText parameter.

  • HasPrecipitationboolean · required

    A flag indicating the presence or absence of precipitation. A true response indicates precipitation, false indicates no precipitation.

  • PrecipitationTypestring · minLength: 1 · required

    The type of precipitation, if any. Possible values are Rain, Snow, Ice, Mixed, or Null for no precipitation.

  • IsDayTimeboolean · required

    A boolean flag that indicates the day/night status. True at daytime, false at nighttime.

  • Temperaturerequired

    An object containing information about the observed air temperature at the requested location with a rounded value for Fahrenheit and Celsius. The object may be NULL.

  • MobileLinkstring · minLength: 1 · required

    Link to current conditions on AccuWeather's mobile site for the requested location.

  • Linkstring · minLength: 1 · required

    Link to current conditions on AccuWeather's free site for the requested location.

  • RealFeelTemperature | null

    An object containing the AccuWeather patented RealFeel™ temperature with a rounded value for Fahrenheit or Celsius. The object may be NULL.

  • RealFeelTemperatureShade | null

    An object containing the AccuWeather patented RealFeel™ shade temperature with a rounded value for Fahrenheit or Celsius. The object may be NULL.

  • RelativeHumidityinteger · int32

    A measure of moisture in the air, expressed as a percentage of the maximum amount possible at the same temperature.

  • IndoorRelativeHumidityinteger | null · int32

    A measure of moisture in the air inside a typical heated home, expressed as a percentage of the maximum amount possible at the same temperature. At temperatures above 68°F this is set to the outdoor relative humidity.

  • DewPoint | null

    The temperature at which the humidity in the air will begin to condense on surfaces. The object contains a rounded value for Fahrenheit and Celsius. The object may be NULL.

  • Wind | null

    An object containing wind direction and speed information with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.

  • WindGust | null

    An object containing information about the maximum short-burst wind speed with a rounded value for Miles per hour and Kilometer per hour. The object may be NULL.

  • UVIndexinteger | null · int32

    A numerical value that indicates the sun's measured ultraviolet radiation strength.

  • UVIndexFloatnumber | null · float

    A decimal value that indicates the sun's measured ultraviolet radiation strength.

  • UVIndexTextstring | null

    A brief UV index status description.

  • Visibility | null

    An object containing information about visibility distance with a rounded value for Miles and Kilometer. The object may be NULL.

  • ObstructionsToVisibilitystring | null

    The visibility distance's limiting factor.

  • CloudCoverinteger | null · int32

    A number representing the percentage of the sky that is covered by clouds. May be NULL.

  • Ceiling | null

    An object containing information about the cloud base elevation with a rounded value for Feet and Meter. The object may be NULL.

  • Pressure | null

    An object containing information about the measured air pressure at ground level with a rounded value for Inches of Mercury and Millibar. The object may be NULL.

  • PressureTendency | null

    An object containing information about the atmospheric pressure change.

  • Past24HourTemperatureDeparture | null

    An object containing information about departure from the temperature observed 24 hours ago with rounded values for Fahrenheit and Celsius. The object may be NULL.

  • WindChillTemperature | null

    An object containing information about perceived air temperature on exposed skin due to wind with rounded values for Fahrenheit and Celsius. The object may be NULL.

  • WetBulbTemperature | null

    The temperature to which air may be cooled by evaporating water into it at constant pressure until it reaches saturation. An object containing a rounded value for Fahrenheit and Celsius. The object may be NULL.

  • WetBulbGlobeTemperature | null

    A temperature value that indicates heat stress on the human body in direct sunlight based on temperature, humidity, wind speed, sun angle, and cloud cover. An object containing a rounded value for Fahrenheit and Celsius. The object may be NULL.

  • Precip1hr | null

    Amount of liquid water equivalent of precipitation that has fallen in the past hour. An object containing a rounded value for Inch and Millimeter. The object may be NULL.

  • PrecipitationSummary | null

    Summary of precipitation amounts over the past 24 hours, in 3-hour increments.

  • TemperatureSummary | null

    Summary of temperature fluctuations over the past 6, 12, and 24 hours.

  • ApparentTemperature | null

    Perceived outdoor temperature caused by the combination of air temperature, relative humidity, and wind speed.

GET /currentconditions/v1/{locationKey}

Top Cities