Translation projects API.

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

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

{
    "total": 717527,
    "total_words": 2520608,
    "total_chars": 15459622,
    "last_change": "2024-05-17T10:42:17.238782Z",
    "recent_changes": 6980,
    "translated": 200522,
    "translated_words": 606674,
    "translated_percent": 27.9,
    "translated_words_percent": 24.0,
    "translated_chars": 3666965,
    "translated_chars_percent": 23.7,
    "fuzzy": 19821,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 63510,
    "fuzzy_words_percent": 2.5,
    "fuzzy_chars": 398720,
    "fuzzy_chars_percent": 2.5,
    "failing": 13307,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 5195,
    "readonly_percent": 0.7,
    "readonly_words": 17930,
    "readonly_words_percent": 0.7,
    "readonly_chars": 111785,
    "readonly_chars_percent": 0.7,
    "suggestions": 101,
    "comments": 23,
    "name": "Lomiri",
    "url": "https://hosted.weblate.org/projects/lomiri/"
}