Translation components API.

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

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

{
    "total": 120,
    "total_words": 1051,
    "total_chars": 9228,
    "last_change": "2024-05-20T16:46:39.864723Z",
    "recent_changes": 12,
    "translated": 17,
    "translated_words": 55,
    "translated_percent": 14.1,
    "translated_words_percent": 5.2,
    "translated_chars": 690,
    "translated_chars_percent": 7.4,
    "fuzzy": 20,
    "fuzzy_percent": 16.6,
    "fuzzy_words": 80,
    "fuzzy_words_percent": 7.6,
    "fuzzy_chars": 943,
    "fuzzy_chars_percent": 10.2,
    "failing": 9,
    "failing_percent": 7.5,
    "approved": 14,
    "approved_percent": 11.6,
    "approved_words": 50,
    "approved_words_percent": 4.7,
    "approved_chars": 644,
    "approved_chars_percent": 6.9,
    "readonly": 1,
    "readonly_percent": 0.8,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 9,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocfirst_stepsdesktop-po/id/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocfirst_stepsdesktop-po/id/"
}