Get translations

Request

GET https://www.activityinfo.org/resources/databases/{databaseId}/dictionary/{dictionaryId:[a-zA-Z0-9/]*}/{language}

Successful response

application/json

object
id object The id of the dictionary required
version integer The current version number of the dictionary. The version number is incremented each time the dictionary is updated. required
language string The ISO two-letter code for the language of these translations. required
translatedStrings array[object] The list of translated strings. required

Error responses

Status Code Error Code Description
401 AUTHENTICATION_REQUIRED The request must be authenticated
403 FORBIDDEN Permission denied
404 NOT_FOUND The resource could not be found
410 DELETED The resource has been deleted

Example

curl -u anything:YOUR_API_TOKEN \
  https://www.activityinfo.org/resources/databases/ck8oykh8m5/dictionary/{dictionaryId:[a-zA-Z0-9/]*}/fr
Next item
Get user account status