Translation projects API.

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

GET /api/projects/libo_ui-7-6/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 6164848,
    "total_words": 27347113,
    "total_chars": 167156234,
    "last_change": "2024-04-28T07:17:27.900144Z",
    "recent_changes": 10528,
    "translated": 3151153,
    "translated_words": 12059486,
    "translated_percent": 51.1,
    "translated_words_percent": 44.0,
    "translated_chars": 74458531,
    "translated_chars_percent": 44.5,
    "fuzzy": 341816,
    "fuzzy_percent": 5.5,
    "fuzzy_words": 820441,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 5221483,
    "fuzzy_chars_percent": 3.1,
    "failing": 92529,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 38810,
    "readonly_percent": 0.6,
    "readonly_words": 172047,
    "readonly_words_percent": 0.6,
    "readonly_chars": 1051695,
    "readonly_chars_percent": 0.6,
    "suggestions": 654,
    "comments": 0,
    "name": "LibreOffice UI – 7.6",
    "url": "https://translations.documentfoundation.org/projects/libo_ui-7-6/"
}