Core Weather

Metadata

Endpoint:https://dataservice.accuweather.com

Index groups

GET
https://dataservice.accuweather.com
/indices/v1/daily/groups

Returns a list of all index groups

Index groupsquery Parameters

  • languagestring

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

    Default: en-us
  • formatstring

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

    Default: json

Index groupsHeaders

  • Authorizationstring · required

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

Index groupsResponses

OK

  • Namestring · minLength: 1 · required

    Name of the index group.

  • IDinteger · int32 · required

    Numeric id used to identify a group of related indices.

  • Ascendingboolean

    Bit 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.

  • Descriptionstring | null

    A text value that provides detail about the index group.


Index metadata by group id

GET
https://dataservice.accuweather.com
/indices/v1/daily/groups/{groupID}

Returns indices and associated metadata that are defined in a specific group using group id.

Index metadata by group idpath Parameters

  • groupIDstring

    A numerical value representing a group of related indices. More information can be found here.

    Example: 1

Index metadata by group idquery Parameters

  • languagestring

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

    Default: en-us
  • formatstring

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

    Default: json

Index metadata by group idHeaders

  • Authorizationstring · required

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

Index metadata by group idResponses

OK

  • Namestring · minLength: 1 · required

    Name of the index group.

  • IDinteger · int32 · required

    Numeric id used to identify the specific index group.

  • Ascendingboolean · required

    Bit 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.

  • Descriptionstring · minLength: 1 · required

    A text value that provides detail about the index group.


Index metadata

GET
https://dataservice.accuweather.com
/indices/v1/daily

Returns all indices and associated metadata

Index metadataquery Parameters

  • languagestring

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

    Default: en-us
  • formatstring

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

    Default: json

Index metadataHeaders

  • Authorizationstring · required

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

Index metadataResponses

OK

  • Namestring · minLength: 1 · required

    Name of the index group.

  • IDinteger · int32 · required

    Numeric id used to identify the specific index group.

  • Ascendingboolean · required

    Bit 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.

  • Descriptionstring · minLength: 1 · required

    A text value that provides detail about the index group.


Index metadata by index Id

GET
https://dataservice.accuweather.com
/indices/v1/daily/{indexID}

Specify an index ID to get metadata for that index.

Index metadata by index Idpath Parameters

  • indexIDstring

    A numerical value used to identify a specific index. More information can be found here.

    Example: 29

Index metadata by index Idquery Parameters

  • languagestring

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

    Default: en-us
  • formatstring

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

    Default: json

Index metadata by index IdHeaders

  • Authorizationstring · required

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

Index metadata by index IdResponses

OK

  • Namestring · minLength: 1 · required

    Name of the index group.

  • IDinteger · int32 · required

    Numeric id used to identify the specific index group.

  • Ascendingboolean · required

    Bit 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.

  • Descriptionstring · minLength: 1 · required

    A text value that provides detail about the index group.