Translation components API.

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

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

{
    "total": 53,
    "total_words": 286,
    "total_chars": 1780,
    "last_change": "2023-02-26T21:51:29.351523Z",
    "recent_changes": 0,
    "translated": 44,
    "translated_words": 230,
    "translated_percent": 83.0,
    "translated_words_percent": 80.4,
    "translated_chars": 1463,
    "translated_chars_percent": 82.1,
    "fuzzy": 7,
    "fuzzy_percent": 13.2,
    "fuzzy_words": 40,
    "fuzzy_words_percent": 13.9,
    "fuzzy_chars": 230,
    "fuzzy_chars_percent": 12.9,
    "failing": 1,
    "failing_percent": 1.8,
    "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": "kk",
    "name": "Kazakh",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/sql-parser/kk/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/sql-parser/kk/"
}