Translation projects API.

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

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

{
    "total": 35579,
    "total_words": 165224,
    "total_chars": 976851,
    "last_change": "2024-05-04T07:40:35.705643Z",
    "recent_changes": 106,
    "translated": 22520,
    "translated_words": 93519,
    "translated_percent": 63.2,
    "translated_words_percent": 56.6,
    "translated_chars": 559527,
    "translated_chars_percent": 57.2,
    "fuzzy": 460,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 3233,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 19593,
    "fuzzy_chars_percent": 2.0,
    "failing": 466,
    "failing_percent": 1.3,
    "approved": 4737,
    "approved_percent": 13.3,
    "approved_words": 18802,
    "approved_words_percent": 11.3,
    "approved_chars": 113005,
    "approved_chars_percent": 11.5,
    "readonly": 153,
    "readonly_percent": 0.4,
    "readonly_words": 221,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1162,
    "readonly_chars_percent": 0.1,
    "suggestions": 77,
    "comments": 21,
    "name": "FluffyChat",
    "url": "https://hosted.weblate.org/projects/fluffychat/"
}