Translation projects API.

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

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

{
    "total": 26039,
    "total_words": 161279,
    "total_chars": 985803,
    "last_change": "2024-04-15T20:02:01.628458Z",
    "recent_changes": 27,
    "translated": 3293,
    "translated_words": 19559,
    "translated_percent": 12.6,
    "translated_words_percent": 12.1,
    "translated_chars": 119159,
    "translated_chars_percent": 12.0,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 29,
    "fuzzy_chars_percent": 0.1,
    "failing": 58,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2003,
    "readonly_percent": 7.6,
    "readonly_words": 12377,
    "readonly_words_percent": 7.6,
    "readonly_chars": 75831,
    "readonly_chars_percent": 7.6,
    "suggestions": 56,
    "comments": 1,
    "name": "Eventum",
    "url": "https://hosted.weblate.org/projects/eventum/"
}