Translation projects API.

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

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

{
    "total": 5118971,
    "total_words": 57692737,
    "total_chars": 487291299,
    "last_change": "2024-04-28T03:01:03.550650Z",
    "recent_changes": 3459,
    "translated": 2017014,
    "translated_words": 20611157,
    "translated_percent": 39.4,
    "translated_words_percent": 35.7,
    "translated_chars": 171692232,
    "translated_chars_percent": 35.2,
    "fuzzy": 4824,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 68353,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 584809,
    "fuzzy_chars_percent": 0.1,
    "failing": 67316,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 55641,
    "readonly_percent": 1.0,
    "readonly_words": 627095,
    "readonly_words_percent": 1.0,
    "readonly_chars": 5296646,
    "readonly_chars_percent": 1.0,
    "suggestions": 46,
    "comments": 9,
    "name": "LibreOffice Help – 24.2",
    "url": "https://translations.documentfoundation.org/projects/libo_help-24-2/"
}