5 days by location key and group id
Return 5 days of daily indices for a specific group id and location, using a locationKey obtained from another endpoint (e.g., city search or geoposition)
path Parameters
query Parameters
languageA string that indicates the language in which to return the response. More information can be found here.
formatA string value that specifies what type of format to provide the response.
detailsA boolean value that specifies whether or not to include extended information.
Headers
AuthorizationThe Authorization header is used to authenticate using your API key. Format is Bearer YOUR_API_KEY.
5 days by location key and group id › Responses
OK
LocalDateTimeValid datetime of the index displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTimeValid datetime for the index displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
MobileLinkLink to indices on AccuWeather's mobile site for the requested location.
LinkLink to indices on AccuWeather's free site for the requested location.
NameName of the index.
IDNumeric id used to identify the specific index.
AscendingBit that describes the direction of the index value. When true, the poorest value is 0, best value is 10. When false, the poorest value is 10, best value is 0.
ValueIndex value that ranges from 0.0 to 10.0.
CategoryLevel that the index value falls. Categories differ among indices.
CategoryValueLevel that the index value falls represented by an int. This value can be 1 through 5 and should be used in combination with the ascending flag because it can differ among indices.
TextSentence that can be used for display purposes to sum up the index value and category.
5 days by location key
Return 5 days of daily indices for a specific location, using a locationKey obtained from another endpoint (e.g., city search or geoposition)
path Parameters
locationKeyA unique ID that designates a specific location. More information can be found here.
query Parameters
languageA string that indicates the language in which to return the response. More information can be found here.
formatA string value that specifies what type of format to provide the response.
groupIDA numerical value representing a group of related indices. More information can be found here.
detailsA boolean value that specifies whether or not to include extended information.
Headers
AuthorizationThe Authorization header is used to authenticate using your API key. Format is Bearer YOUR_API_KEY.
5 days by location key › Responses
OK
LocalDateTimeValid datetime of the index displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTimeValid datetime for the index displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
MobileLinkLink to indices on AccuWeather's mobile site for the requested location.
LinkLink to indices on AccuWeather's free site for the requested location.
NameName of the index.
IDNumeric id used to identify the specific index.
AscendingBit that describes the direction of the index value. When true, the poorest value is 0, best value is 10. When false, the poorest value is 10, best value is 0.
ValueIndex value that ranges from 0.0 to 10.0.
CategoryLevel that the index value falls. Categories differ among indices.
CategoryValueLevel that the index value falls represented by an int. This value can be 1 through 5 and should be used in combination with the ascending flag because it can differ among indices.
TextSentence that can be used for display purposes to sum up the index value and category.
5 days by location key and index id
Return 5 days of daily indices for a specific index id and location, using a locationKey obtained from another endpoint (e.g., city search or geoposition)
path Parameters
query Parameters
languageA string that indicates the language in which to return the response. More information can be found here.
formatA string value that specifies what type of format to provide the response.
detailsA boolean value that specifies whether or not to include extended information.
Headers
AuthorizationThe Authorization header is used to authenticate using your API key. Format is Bearer YOUR_API_KEY.
5 days by location key and index id › Responses
OK
LocalDateTimeValid datetime of the index displayed in ISO8601 format: (yyyy-mm-ddThh:mm:ss±hh:mm).
EpochDateTimeValid datetime for the index displayed as the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
MobileLinkLink to indices on AccuWeather's mobile site for the requested location.
LinkLink to indices on AccuWeather's free site for the requested location.
NameName of the index.
IDNumeric id used to identify the specific index.
AscendingBit that describes the direction of the index value. When true, the poorest value is 0, best value is 10. When false, the poorest value is 10, best value is 0.
ValueIndex value that ranges from 0.0 to 10.0.
CategoryLevel that the index value falls. Categories differ among indices.
CategoryValueLevel that the index value falls represented by an int. This value can be 1 through 5 and should be used in combination with the ascending flag because it can differ among indices.
TextSentence that can be used for display purposes to sum up the index value and category.