Translation projects API.

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

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

{
    "total": 6372497,
    "total_words": 28052148,
    "total_chars": 171680052,
    "last_change": "2024-04-26T22:52:34.033017Z",
    "recent_changes": 43331,
    "translated": 3230239,
    "translated_words": 12184411,
    "translated_percent": 50.6,
    "translated_words_percent": 43.4,
    "translated_chars": 75354544,
    "translated_chars_percent": 43.8,
    "fuzzy": 337780,
    "fuzzy_percent": 5.3,
    "fuzzy_words": 809925,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 5150254,
    "fuzzy_chars_percent": 2.9,
    "failing": 75853,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 84909,
    "readonly_percent": 1.3,
    "readonly_words": 273281,
    "readonly_words_percent": 0.9,
    "readonly_chars": 1727919,
    "readonly_chars_percent": 1.0,
    "suggestions": 8166,
    "comments": 388,
    "name": "LibreOffice UI - master",
    "url": "https://translations.documentfoundation.org/projects/libo_ui-master/"
}