Translation projects API.

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

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

{
    "total": 524737,
    "total_words": 3491178,
    "total_chars": 22059814,
    "last_change": "2025-04-05T14:45:44.458689Z",
    "recent_changes": 164,
    "translated": 180433,
    "translated_words": 1135419,
    "translated_percent": 34.3,
    "translated_words_percent": 32.5,
    "translated_chars": 7108957,
    "translated_chars_percent": 32.2,
    "fuzzy": 86703,
    "fuzzy_percent": 16.5,
    "fuzzy_words": 515525,
    "fuzzy_words_percent": 14.7,
    "fuzzy_chars": 3173519,
    "fuzzy_chars_percent": 14.3,
    "failing": 26074,
    "failing_percent": 4.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 10948,
    "readonly_percent": 2.0,
    "readonly_words": 72815,
    "readonly_words_percent": 2.0,
    "readonly_chars": 460047,
    "readonly_chars_percent": 2.0,
    "suggestions": 13484,
    "comments": 6,
    "name": "libvirt",
    "url": "https://translate.fedoraproject.org/projects/libvirt/"
}