Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/foe-helper/app/pt_BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 34,
    "total_words": 223,
    "last_change": "2021-04-19T03:05:38.850330Z",
    "recent_changes": 1,
    "translated": 33,
    "translated_words": 220,
    "translated_percent": 97.0,
    "translated_words_percent": 98.6,
    "translated_chars": 1502,
    "translated_chars_percent": 96.2,
    "total_chars": 1560,
    "fuzzy": 1,
    "fuzzy_percent": 2.9,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/app/pt_BR/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/app/pt_BR/"
}