Contact Us
  • Home
  • Documentation
  • Core Weather API
  • MinuteCast™ API
  • Lightning API
  • Enterprise APIs
  • Pricing
  • FAQ
Company
  • Proven Superior Accuracy
  • About AccuWeather
  • Digital Advertising
  • Careers
  • Press
  • Privacy
  • Terms of Use
  • Brand Guidelines
  • Privacy Settings
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

© 2026 AccuWeather, Inc.

xXfacebookFacebookinstagramInstagram
Information
Current Conditions
Daily Forecasts
Hourly Forecasts
Alerts
Locations
Indices
Tropical
Alarms
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
Schemas
Core Weather
Core Weather

Location Key


480x480 radar and satellite images by location key

GET
https://dataservice.accuweather.com
/imagery/v1/maps/radsat/480x480/{locationKey}

Returns radar and satellite images with a 480x480 resolution for a specific location, using a locationKey obtained from another endpoint (e.g., city search or geoposition)

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.

480x480 radar and satellite images by location key › path Parameters

locationKey
​string · required

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

Example: 349727

480x480 radar and satellite images by location key › query Parameters

language
​string

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

Default: en-us
format
​string

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

Default: json

480x480 radar and satellite images by location key › Headers

Authorization
​string · required

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

480x480 radar and satellite images by location key › Responses

OK

API.Imagery.Maps.Entities.OpenAPI.MapLinks
MobileLink
​string · minLength: 1 · required

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

Link
​string · minLength: 1 · required

Link to AccuWeather's traditional site for the requested location.

​

An object containing the list of available radar images. Radar images are not available for all locations worldwide at this time.

​

An object containing the list of available satellite images.

GET/imagery/v1/maps/radsat/480x480/{locationKey}
curl https://dataservice.accuweather.com/imagery/v1/maps/radsat/480x480/:locationKey \ --header 'Authorization: <api-key>'
Example Responses
{ "MobileLink": "MobileLink", "Link": "Link", "Radar": {}, "Satellite": {} }
json
application/json

640x480 radar and satellite images by location key

GET
https://dataservice.accuweather.com
/imagery/v1/maps/radsat/640x480/{locationKey}

Returns radar and satellite images with a 640x480 resolution for a specific location, using a locationKey obtained from another endpoint (e.g., city search or geoposition)

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.

640x480 radar and satellite images by location key › path Parameters

locationKey
​string · required

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

Example: 349727

640x480 radar and satellite images by location key › query Parameters

language
​string

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

Default: en-us
format
​string

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

Default: json

640x480 radar and satellite images by location key › Headers

Authorization
​string · required

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

640x480 radar and satellite images by location key › Responses

OK

API.Imagery.Maps.Entities.OpenAPI.MapLinks
MobileLink
​string · minLength: 1 · required

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

Link
​string · minLength: 1 · required

Link to AccuWeather's traditional site for the requested location.

​

An object containing the list of available radar images. Radar images are not available for all locations worldwide at this time.

​

An object containing the list of available satellite images.

GET/imagery/v1/maps/radsat/640x480/{locationKey}
curl https://dataservice.accuweather.com/imagery/v1/maps/radsat/640x480/:locationKey \ --header 'Authorization: <api-key>'
Example Responses
{ "MobileLink": "MobileLink", "Link": "Link", "Radar": {}, "Satellite": {} }
json
application/json

1024x1024 radar and satellite images by location key

GET
https://dataservice.accuweather.com
/imagery/v1/maps/radsat/1024x1024/{locationKey}

Returns radar and satellite images with a 1024x1024 resolution for a specific location, using a locationKey obtained from another endpoint (e.g., city search or geoposition)

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.

1024x1024 radar and satellite images by location key › path Parameters

locationKey
​string · required

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

Example: 349727

1024x1024 radar and satellite images by location key › query Parameters

language
​string

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

Default: en-us
format
​string

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

Default: json

1024x1024 radar and satellite images by location key › Headers

Authorization
​string · required

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

1024x1024 radar and satellite images by location key › Responses

OK

API.Imagery.Maps.Entities.OpenAPI.MapLinks
MobileLink
​string · minLength: 1 · required

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

Link
​string · minLength: 1 · required

Link to AccuWeather's traditional site for the requested location.

​

An object containing the list of available radar images. Radar images are not available for all locations worldwide at this time.

​

An object containing the list of available satellite images.

GET/imagery/v1/maps/radsat/1024x1024/{locationKey}
curl https://dataservice.accuweather.com/imagery/v1/maps/radsat/1024x1024/:locationKey \ --header 'Authorization: <api-key>'
Example Responses
{ "MobileLink": "MobileLink", "Link": "Link", "Radar": {}, "Satellite": {} }
json
application/json

Location KeyGroups