Translation components API.

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

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

{
    "total": 600,
    "total_words": 2590,
    "total_chars": 16600,
    "last_change": "2024-03-25T13:58:21.544862Z",
    "recent_changes": 1,
    "translated": 559,
    "translated_words": 2297,
    "translated_percent": 93.1,
    "translated_words_percent": 88.6,
    "translated_chars": 14669,
    "translated_chars_percent": 88.3,
    "fuzzy": 17,
    "fuzzy_percent": 2.8,
    "fuzzy_words": 46,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 367,
    "fuzzy_chars_percent": 2.2,
    "failing": 12,
    "failing_percent": 2.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": 14,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.fedoraproject.org/projects/ibus/ibus/pt_BR/",
    "translate_url": "https://translate.fedoraproject.org/translate/ibus/ibus/pt_BR/"
}