Translation projects API.

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

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

{
    "total": 5608,
    "total_words": 21582,
    "total_chars": 135702,
    "last_change": "2024-05-15T10:01:54.630865Z",
    "recent_changes": 2,
    "translated": 4171,
    "translated_words": 14753,
    "translated_percent": 74.3,
    "translated_words_percent": 68.3,
    "translated_chars": 92670,
    "translated_chars_percent": 68.2,
    "fuzzy": 155,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 685,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 4106,
    "fuzzy_chars_percent": 3.0,
    "failing": 36,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 182,
    "readonly_percent": 3.2,
    "readonly_words": 231,
    "readonly_words_percent": 1.0,
    "readonly_chars": 1751,
    "readonly_chars_percent": 1.2,
    "suggestions": 43,
    "comments": 4,
    "name": "KernelSU",
    "url": "https://hosted.weblate.org/projects/kernelsu/"
}