Translation components API.

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

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

{
    "total": 643,
    "total_words": 2487,
    "total_chars": 15328,
    "last_change": "2024-05-13T17:01:51.723906Z",
    "recent_changes": 0,
    "translated": 136,
    "translated_words": 219,
    "translated_percent": 21.1,
    "translated_words_percent": 8.8,
    "translated_chars": 1349,
    "translated_chars_percent": 8.8,
    "fuzzy": 23,
    "fuzzy_percent": 3.5,
    "fuzzy_words": 143,
    "fuzzy_words_percent": 5.7,
    "fuzzy_chars": 858,
    "fuzzy_chars_percent": 5.5,
    "failing": 7,
    "failing_percent": 1.0,
    "approved": 31,
    "approved_percent": 4.8,
    "approved_words": 37,
    "approved_words_percent": 1.4,
    "approved_chars": 226,
    "approved_chars_percent": 1.4,
    "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": "ml",
    "name": "Malayalam",
    "url": "https://weblate.tusky.app/projects/tusky/tusky/ml/",
    "translate_url": "https://weblate.tusky.app/translate/tusky/tusky/ml/"
}