Translation components API.

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

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

{
    "total": 34,
    "total_words": 384,
    "total_chars": 2559,
    "last_change": "2024-05-12T13:30:02.045608Z",
    "recent_changes": 1,
    "translated": 4,
    "translated_words": 9,
    "translated_percent": 11.7,
    "translated_words_percent": 2.3,
    "translated_chars": 104,
    "translated_chars_percent": 4.0,
    "fuzzy": 2,
    "fuzzy_percent": 5.8,
    "fuzzy_words": 3,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 39,
    "fuzzy_chars_percent": 1.5,
    "failing": 2,
    "failing_percent": 5.8,
    "approved": 3,
    "approved_percent": 8.8,
    "approved_words": 7,
    "approved_words_percent": 1.8,
    "approved_chars": 82,
    "approved_chars_percent": 3.2,
    "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": "sr_Latn",
    "name": "Serbian (latin)",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocresetlinux-po/sr_Latn/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocresetlinux-po/sr_Latn/"
}