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": 66,
    "total_words": 856,
    "total_chars": 5986,
    "last_change": "2025-02-06T10:20:47.577420Z",
    "recent_changes": 2,
    "translated": 63,
    "translated_words": 773,
    "translated_percent": 95.4,
    "translated_words_percent": 90.3,
    "translated_chars": 5511,
    "translated_chars_percent": 92.0,
    "fuzzy": 2,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 45,
    "fuzzy_words_percent": 5.2,
    "fuzzy_chars": 256,
    "fuzzy_chars_percent": 4.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 54,
    "approved_percent": 81.8,
    "approved_words": 660,
    "approved_words_percent": 77.1,
    "approved_chars": 4723,
    "approved_chars_percent": 78.9,
    "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/wikisrcdocupgrade-po/de/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocupgrade-po/de/"
}