Radar and Satellite Imagery

GET

Radar and Satellite Imagery

Returns links to radar and satellite images by location key. Imagery searches require a location key. Please use the Locations API to obtain a location key for your desired location. Radar images are not available for all locations worldwide at this time. If radar is not available for your desired location, satellite images are still provided.

Resource URL

http://dataservice.accuweather.com /imagery/v1/maps/radsat/{resolution}/{locationKey}

Query Parameters


Name Values Description
apikey
(required)

Provided API Key

language

String indicating the language in which to return the resource


Request Body

resolution Map resolution. Valid values are 480x480, 640x480, and 1024x1024. true

locationKey Unique ID used to search for a specific location. Use the Locations API to get a locationKey. true

HTTP Basic

OAuth 2.0

API Key

Reset

Make a request and see the response.

Make a request and see the response.

Make a request and see the response.

Response Error Details

  • HTTP Code
    Error Code
    Description
  • 400

    Request had bad syntax or the parameters supplied were invalid

  • 401

    Unauthorized. API authorization failed

  • 403

    Unauthorized. You do not have permission to access this endpoint

  • 404

    Server has not found a route matching the given URI

  • 500

    Server encountered an unexpected condition which prevented it from fulfilling the request

Working...

Response Parameters

Parameter Type Description
MobileLink string Link to radar for the requested location on AccuWeather`s mobile site.
Link string Link to radar for the requested location on AccuWeather`s web site.
Radar.Size string The resolution of the image.
Radar.Images.Date string The date/time of the image, displayed in ISO8601 format.
Radar.Images.Url string The url of the image.
Satellite.Size string The resolution of the image.
Satellite.Images.Date string The date/time of the image, displayed in ISO8601 format.
Satellite.Images.Url string The url of the image.