Translation components API.

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

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

{
    "total": 93,
    "total_words": 615,
    "total_chars": 6610,
    "last_change": "2025-04-04T18:27:04.119135Z",
    "recent_changes": 6,
    "translated": 82,
    "translated_words": 505,
    "translated_percent": 88.1,
    "translated_words_percent": 82.1,
    "translated_chars": 5403,
    "translated_chars_percent": 81.7,
    "fuzzy": 5,
    "fuzzy_percent": 5.3,
    "fuzzy_words": 82,
    "fuzzy_words_percent": 13.3,
    "fuzzy_chars": 895,
    "fuzzy_chars_percent": 13.5,
    "failing": 1,
    "failing_percent": 1.0,
    "approved": 72,
    "approved_percent": 77.4,
    "approved_words": 386,
    "approved_words_percent": 62.7,
    "approved_chars": 4132,
    "approved_chars_percent": 62.5,
    "readonly": 1,
    "readonly_percent": 1.0,
    "readonly_words": 3,
    "readonly_words_percent": 0.4,
    "readonly_chars": 31,
    "readonly_chars_percent": 0.4,
    "suggestions": 23,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.net/projects/tails/contribute/pt/",
    "translate_url": "https://translate.tails.net/translate/tails/contribute/pt/"
}