Translation projects API.

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

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

{
    "total": 4923555,
    "total_words": 55827408,
    "total_chars": 469632072,
    "last_change": "2024-04-28T11:20:41.833495Z",
    "recent_changes": 4301,
    "translated": 2029962,
    "translated_words": 20751278,
    "translated_percent": 41.2,
    "translated_words_percent": 37.1,
    "translated_chars": 173023942,
    "translated_chars_percent": 36.8,
    "fuzzy": 5140,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 72247,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 621365,
    "fuzzy_chars_percent": 0.1,
    "failing": 68958,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 54105,
    "readonly_percent": 1.0,
    "readonly_words": 613488,
    "readonly_words_percent": 1.0,
    "readonly_chars": 5160792,
    "readonly_chars_percent": 1.0,
    "suggestions": 180,
    "comments": 1,
    "name": "LibreOffice Help – 7.6",
    "url": "https://translations.documentfoundation.org/projects/libo_help-7-6/"
}