Translation components API.

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

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

{
    "total": 234,
    "total_words": 3998,
    "last_change": "2023-06-19T19:09:25.241018Z",
    "recent_changes": 3,
    "translated": 135,
    "translated_words": 2036,
    "translated_percent": 57.6,
    "translated_words_percent": 50.9,
    "translated_chars": 13620,
    "translated_chars_percent": 50.3,
    "total_chars": 27065,
    "fuzzy": 31,
    "fuzzy_percent": 13.2,
    "failing": 34,
    "failing_percent": 14.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 11,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate-dev.freebsd.org/projects/documentation/articlespam_index/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/pt_BR/"
}