Translation components API.

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

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

{
    "total": 46,
    "total_words": 417,
    "total_chars": 3058,
    "last_change": "2024-05-07T00:20:36.772535Z",
    "recent_changes": 1,
    "translated": 9,
    "translated_words": 60,
    "translated_percent": 19.5,
    "translated_words_percent": 14.3,
    "translated_chars": 480,
    "translated_chars_percent": 15.6,
    "fuzzy": 11,
    "fuzzy_percent": 23.9,
    "fuzzy_words": 136,
    "fuzzy_words_percent": 32.6,
    "fuzzy_chars": 903,
    "fuzzy_chars_percent": 29.5,
    "failing": 5,
    "failing_percent": 10.8,
    "approved": 9,
    "approved_percent": 19.5,
    "approved_words": 60,
    "approved_words_percent": 14.3,
    "approved_chars": 480,
    "approved_chars_percent": 15.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocresetwindows-po/pt/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocresetwindows-po/pt/"
}