Translation components API.

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

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

{
    "total": 99,
    "total_words": 748,
    "total_chars": 4894,
    "last_change": "2022-07-15T00:27:16.795341Z",
    "recent_changes": 46,
    "translated": 90,
    "translated_words": 716,
    "translated_percent": 90.9,
    "translated_words_percent": 95.7,
    "translated_chars": 4664,
    "translated_chars_percent": 95.3,
    "fuzzy": 9,
    "fuzzy_percent": 9.0,
    "fuzzy_words": 32,
    "fuzzy_words_percent": 4.2,
    "fuzzy_chars": 230,
    "fuzzy_chars_percent": 4.6,
    "failing": 4,
    "failing_percent": 4.0,
    "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": 9,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/budgetfedoraprojectorg/pt_BR/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/budgetfedoraprojectorg/pt_BR/"
}