Translation components API.

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

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

{
    "total": 144,
    "total_words": 1262,
    "total_chars": 9913,
    "last_change": "2024-04-27T10:56:55.673197Z",
    "recent_changes": 15,
    "translated": 64,
    "translated_words": 354,
    "translated_percent": 44.4,
    "translated_words_percent": 28.0,
    "translated_chars": 3036,
    "translated_chars_percent": 30.6,
    "fuzzy": 1,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 10,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 135,
    "fuzzy_chars_percent": 1.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 33,
    "approved_percent": 22.9,
    "approved_words": 115,
    "approved_words_percent": 9.1,
    "approved_chars": 1148,
    "approved_chars_percent": 11.5,
    "readonly": 11,
    "readonly_percent": 7.6,
    "readonly_words": 53,
    "readonly_words_percent": 4.1,
    "readonly_chars": 497,
    "readonly_chars_percent": 5.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/known_issues/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/known_issues/de/"
}