Translation components API.

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

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

{
    "total": 16,
    "total_words": 1454,
    "total_chars": 9003,
    "last_change": "2021-07-23T06:13:26.531511Z",
    "recent_changes": 10,
    "translated": 14,
    "translated_words": 461,
    "translated_percent": 87.5,
    "translated_words_percent": 31.7,
    "translated_chars": 2786,
    "translated_chars_percent": 30.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 5,
    "failing_percent": 31.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.framasoft.org/projects/framasoft/cgu/pt_BR/",
    "translate_url": "https://weblate.framasoft.org/translate/framasoft/cgu/pt_BR/"
}