Translation projects API.

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

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

{
    "total": 20461,
    "total_words": 100452,
    "total_chars": 583119,
    "last_change": "2024-03-13T20:54:11.291916Z",
    "recent_changes": 240,
    "translated": 13950,
    "translated_words": 67292,
    "translated_percent": 68.1,
    "translated_words_percent": 66.9,
    "translated_chars": 393019,
    "translated_chars_percent": 67.3,
    "fuzzy": 437,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 2571,
    "fuzzy_words_percent": 2.5,
    "fuzzy_chars": 15391,
    "fuzzy_chars_percent": 2.6,
    "failing": 626,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 331,
    "readonly_percent": 1.6,
    "readonly_words": 1650,
    "readonly_words_percent": 1.6,
    "readonly_chars": 9579,
    "readonly_chars_percent": 1.6,
    "suggestions": 436,
    "comments": 0,
    "name": "libuser",
    "url": "https://translate.fedoraproject.org/projects/libuser/"
}