Translation components API.

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

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

{
    "total": 549,
    "total_words": 2256,
    "total_chars": 15258,
    "last_change": "2023-05-20T19:11:14.522643Z",
    "recent_changes": 1,
    "translated": 412,
    "translated_words": 1557,
    "translated_percent": 75.0,
    "translated_words_percent": 69.0,
    "translated_chars": 10637,
    "translated_chars_percent": 69.7,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "kk",
    "name": "Kazakh",
    "url": "https://weblate.rob006.net/projects/flarum/core/kk/",
    "translate_url": "https://weblate.rob006.net/translate/flarum/core/kk/"
}