Translation components API.

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

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

{
    "total": 85,
    "total_words": 1154,
    "total_chars": 9413,
    "last_change": "2024-05-06T22:47:13.993122Z",
    "recent_changes": 2,
    "translated": 35,
    "translated_words": 417,
    "translated_percent": 41.1,
    "translated_words_percent": 36.1,
    "translated_chars": 3401,
    "translated_chars_percent": 36.1,
    "fuzzy": 8,
    "fuzzy_percent": 9.4,
    "fuzzy_words": 162,
    "fuzzy_words_percent": 14.0,
    "fuzzy_chars": 1501,
    "fuzzy_chars_percent": 15.9,
    "failing": 2,
    "failing_percent": 2.3,
    "approved": 20,
    "approved_percent": 23.5,
    "approved_words": 251,
    "approved_words_percent": 21.7,
    "approved_chars": 2049,
    "approved_chars_percent": 21.7,
    "readonly": 2,
    "readonly_percent": 2.3,
    "readonly_words": 3,
    "readonly_words_percent": 0.2,
    "readonly_chars": 31,
    "readonly_chars_percent": 0.3,
    "suggestions": 1,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.boum.org/projects/tails/thunderbird/pt/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/thunderbird/pt/"
}