Translation projects API.

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

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

{
    "total": 536857,
    "total_words": 8634212,
    "total_chars": 62268048,
    "last_change": "2024-05-03T22:54:19.013165Z",
    "recent_changes": 525,
    "translated": 101352,
    "translated_words": 1315334,
    "translated_percent": 18.8,
    "translated_words_percent": 15.2,
    "translated_chars": 9769025,
    "translated_chars_percent": 15.6,
    "fuzzy": 27261,
    "fuzzy_percent": 5.0,
    "fuzzy_words": 169227,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 1525630,
    "fuzzy_chars_percent": 2.4,
    "failing": 8986,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24420,
    "readonly_percent": 4.5,
    "readonly_words": 389136,
    "readonly_words_percent": 4.5,
    "readonly_chars": 2840044,
    "readonly_chars_percent": 4.5,
    "suggestions": 8204,
    "comments": 79,
    "name": "guix",
    "url": "https://translate.fedoraproject.org/projects/guix/"
}