Translation components API.

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

GET /api/translations/tails/wikisrcdocresetwindows-po/de/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-11-02T18:41:15.817147Z",
    "recent_changes": 1,
    "translated": 39,
    "translated_words": 323,
    "translated_percent": 84.7,
    "translated_words_percent": 77.4,
    "translated_chars": 2498,
    "translated_chars_percent": 81.6,
    "fuzzy": 3,
    "fuzzy_percent": 6.5,
    "fuzzy_words": 41,
    "fuzzy_words_percent": 9.8,
    "fuzzy_chars": 239,
    "fuzzy_chars_percent": 7.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 35,
    "approved_percent": 76.0,
    "approved_words": 294,
    "approved_words_percent": 70.5,
    "approved_chars": 2301,
    "approved_chars_percent": 75.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": "de",
    "name": "German",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocresetwindows-po/de/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocresetwindows-po/de/"
}