Core Weather

Groups

Endpoint:https://dataservice.accuweather.com

Translations by group id

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

Returns all translated phrases for a specific group, in the desired language.

Translations by group idpath Parameters

  • groupIDinteger · int32 · required

    A numerical value representing a group of related translations.

    Example: 1

Translations 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

Translations by group idHeaders

  • Authorizationstring · required

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

Translations by group idResponses

OK

  • LanguageCodestring · minLength: 1 · required

    The culture code for the language to which the phrase is translated

  • PhraseCodestring · minLength: 1 · required

    The word or phrase (without spaces) to use as a key for joining the translations

  • Textstring · minLength: 1 · required

    The translated word or phrase

  • DataCodestring | null

    The key to use for translation


Translation groups

GET
https://dataservice.accuweather.com
/translations/v1/groups

Returns a list of available translation groups

Translation 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

Translation groupsHeaders

  • Authorizationstring · required

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

Translation groupsResponses

OK

  • IDinteger · int32 · required

    A unique ID (integer) for the translation group

  • Namestring · minLength: 1 · required

    The translation group name