List of Translations for a Specific Group

GET

List of Translations for a Specific Group

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

Resource URL

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

Query Parameters


Name Values Description
apikey
(required)

Provided API Key

language

String indicating the language in which to return the resource


Request Body

groupID ID of the group. true

HTTP Basic

OAuth 2.0

API Key

Reset

Make a request and see the response.

Make a request and see the response.

Make a request and see the response.

Response Error Details

  • HTTP Code
    Error Code
    Description
  • 400

    Request had bad syntax or the parameters supplied were invalid

  • 401

    Unauthorized. API authorization failed

  • 403

    Unauthorized. You do not have permission to access this endpoint

  • 404

    Server has not found a route matching the given URI

  • 500

    Server encountered an unexpected condition which prevented it from fulfilling the request

Working...

Response Parameters

Parameter Type Description
LanguageCode string Culture code of the language, for which the phrase is translated.
PhraseCode string Word (or phrase - without spaces) to use as a key for joining the translations.
Text string Translated word or phrase.
DataCode string Key to use for translation.