Translation components API.

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

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

{
    "total": 557,
    "total_words": 3985,
    "total_chars": 24716,
    "last_change": "2024-03-23T18:31:14.075669Z",
    "recent_changes": 7,
    "translated": 541,
    "translated_words": 3564,
    "translated_percent": 97.1,
    "translated_words_percent": 89.4,
    "translated_chars": 22182,
    "translated_chars_percent": 89.7,
    "fuzzy": 6,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 140,
    "fuzzy_words_percent": 3.5,
    "fuzzy_chars": 825,
    "fuzzy_chars_percent": 3.3,
    "failing": 5,
    "failing_percent": 0.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": 1,
    "comments": 1,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.yunohost.org/projects/yunohost/admin/pl/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/admin/pl/"
}