Translation projects API.

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

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

{
    "total": 3214,
    "total_words": 12894,
    "total_chars": 103140,
    "last_change": "2024-02-26T08:40:35.199448Z",
    "recent_changes": 622,
    "translated": 2992,
    "translated_words": 11805,
    "translated_percent": 93.0,
    "translated_words_percent": 91.5,
    "translated_chars": 95779,
    "translated_chars_percent": 92.8,
    "fuzzy": 27,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 136,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 893,
    "fuzzy_chars_percent": 0.8,
    "failing": 64,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 243,
    "readonly_percent": 7.5,
    "readonly_words": 992,
    "readonly_words_percent": 7.6,
    "readonly_chars": 8159,
    "readonly_chars_percent": 7.9,
    "suggestions": 16,
    "comments": 43,
    "name": "DeadBeef Silica",
    "url": "https://hosted.weblate.org/projects/deadbeef-silica/"
}