Translation components API.

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

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

{
    "total": 3309,
    "total_words": 22025,
    "total_chars": 137414,
    "last_change": "2022-02-15T16:14:30.753222Z",
    "recent_changes": 1,
    "translated": 71,
    "translated_words": 187,
    "translated_percent": 2.1,
    "translated_words_percent": 0.8,
    "translated_chars": 1092,
    "translated_chars_percent": 0.7,
    "fuzzy": 253,
    "fuzzy_percent": 7.6,
    "fuzzy_words": 760,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 4972,
    "fuzzy_chars_percent": 3.6,
    "failing": 108,
    "failing_percent": 3.2,
    "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/4-9/ml/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/4-9/ml/"
}