Imagery
Parameters
Request parameters
| Parameter | Description | Default | Required |
|---|---|---|---|
apikey | Your API key | — | Yes |
version | API version | v1 | Yes |
locationkey | Unique location ID. Use the Locations API to find the appropriate key. | — | Yes |
resolution | Image resolution. Available: 480x480, 640x480, 1024x1024 | — | Yes |
format | Response format | json | No |
language | Language code for localized content. See Language Support. | en-us | No |
Response parameters
| Field | Type | Description |
|---|---|---|
MobileLink | string | Link to AccuWeather's mobile site for the requested location |
Link | string | Link to AccuWeather's traditional site for the requested location |
Radar | object | Radar imagery data |
Radar.Size | string | Size of the radar image |
Radar.Images[] | array | Collection of radar images |
Radar.Images[].Date | string | Date of the image |
Radar.Images[].Url | string | URL of the image |
Satellite | object | Satellite imagery data |
Satellite.Size | string | Size of the satellite image |
Satellite.Images[] | array | Collection of satellite images |
Satellite.Images[].Date | string | Date of the image |
Satellite.Images[].Url | string | URL of the image |
Last modified on