Translation components API.

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

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

{
    "total": 90,
    "total_words": 1247,
    "total_chars": 10837,
    "last_change": "2024-02-27T15:30:28.044363Z",
    "recent_changes": 1,
    "translated": 52,
    "translated_words": 596,
    "translated_percent": 57.7,
    "translated_words_percent": 47.7,
    "translated_chars": 4892,
    "translated_chars_percent": 45.1,
    "fuzzy": 31,
    "fuzzy_percent": 34.4,
    "fuzzy_words": 521,
    "fuzzy_words_percent": 41.7,
    "fuzzy_chars": 5102,
    "fuzzy_chars_percent": 47.0,
    "failing": 11,
    "failing_percent": 12.2,
    "approved": 3,
    "approved_percent": 3.3,
    "approved_words": 23,
    "approved_words_percent": 1.8,
    "approved_chars": 183,
    "approved_chars_percent": 1.6,
    "readonly": 9,
    "readonly_percent": 10.0,
    "readonly_words": 66,
    "readonly_words_percent": 5.2,
    "readonly_chars": 666,
    "readonly_chars_percent": 6.1,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/openpgp_keys/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/openpgp_keys/de/"
}