Translation components API.

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

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

{
    "total": 83,
    "total_words": 919,
    "total_chars": 5670,
    "last_change": "2024-05-04T02:20:10.089782Z",
    "recent_changes": 0,
    "translated": 12,
    "translated_words": 34,
    "translated_percent": 14.4,
    "translated_words_percent": 3.6,
    "translated_chars": 203,
    "translated_chars_percent": 3.5,
    "fuzzy": 3,
    "fuzzy_percent": 3.6,
    "fuzzy_words": 78,
    "fuzzy_words_percent": 8.4,
    "fuzzy_chars": 522,
    "fuzzy_chars_percent": 9.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 1.2,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 6,
    "readonly_chars_percent": 0.1,
    "suggestions": 28,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://l10n.elementary.io/projects/code/extra/pt_BR/",
    "translate_url": "https://l10n.elementary.io/translate/code/extra/pt_BR/"
}