Translation components API.

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

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

{
    "total": 3427,
    "total_words": 22679,
    "total_chars": 141877,
    "last_change": "2023-12-05T18:50:23.353645Z",
    "recent_changes": 0,
    "translated": 59,
    "translated_words": 185,
    "translated_percent": 1.7,
    "translated_words_percent": 0.8,
    "translated_chars": 1061,
    "translated_chars_percent": 0.7,
    "fuzzy": 341,
    "fuzzy_percent": 9.9,
    "fuzzy_words": 1074,
    "fuzzy_words_percent": 4.7,
    "fuzzy_chars": 7107,
    "fuzzy_chars_percent": 5.0,
    "failing": 151,
    "failing_percent": 4.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "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://hosted.weblate.org/projects/phpmyadmin/5-2/ml/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/5-2/ml/"
}