Translation components API.

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

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

{
    "total": 3404,
    "total_words": 22663,
    "total_chars": 141300,
    "last_change": "2024-05-12T00:21:59.324923Z",
    "recent_changes": 2,
    "translated": 643,
    "translated_words": 4161,
    "translated_percent": 18.8,
    "translated_words_percent": 18.3,
    "translated_chars": 24270,
    "translated_chars_percent": 17.1,
    "fuzzy": 1387,
    "fuzzy_percent": 40.7,
    "fuzzy_words": 5573,
    "fuzzy_words_percent": 24.5,
    "fuzzy_chars": 34965,
    "fuzzy_chars_percent": 24.7,
    "failing": 483,
    "failing_percent": 14.1,
    "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": "be_Latn",
    "name": "Belarusian (latin)",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/master/be_Latn/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/master/be_Latn/"
}