Translation components API.

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

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

{
    "total": 84,
    "total_words": 974,
    "total_chars": 6898,
    "last_change": "2024-04-11T14:19:40.861899Z",
    "recent_changes": 3,
    "translated": 23,
    "translated_words": 264,
    "translated_percent": 27.3,
    "translated_words_percent": 27.1,
    "translated_chars": 1881,
    "translated_chars_percent": 27.2,
    "fuzzy": 20,
    "fuzzy_percent": 23.8,
    "fuzzy_words": 257,
    "fuzzy_words_percent": 26.3,
    "fuzzy_chars": 2130,
    "fuzzy_chars_percent": 30.8,
    "failing": 5,
    "failing_percent": 5.9,
    "approved": 14,
    "approved_percent": 16.6,
    "approved_words": 151,
    "approved_words_percent": 15.5,
    "approved_chars": 1093,
    "approved_chars_percent": 15.8,
    "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.boum.org/projects/tails/wikisrcdocupgrade-po/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocupgrade-po/de/"
}