Translation projects API.

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

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

{
    "total": 78591,
    "total_words": 395558,
    "total_chars": 2650144,
    "last_change": "2024-04-29T16:36:08.467851Z",
    "recent_changes": 5,
    "translated": 43679,
    "translated_words": 199762,
    "translated_percent": 55.5,
    "translated_words_percent": 50.5,
    "translated_chars": 1328358,
    "translated_chars_percent": 50.1,
    "fuzzy": 3532,
    "fuzzy_percent": 4.4,
    "fuzzy_words": 18640,
    "fuzzy_words_percent": 4.7,
    "fuzzy_chars": 133121,
    "fuzzy_chars_percent": 5.0,
    "failing": 3871,
    "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": 1488,
    "readonly_percent": 1.8,
    "readonly_words": 7355,
    "readonly_words_percent": 1.8,
    "readonly_chars": 49304,
    "readonly_chars_percent": 1.8,
    "suggestions": 84,
    "comments": 6,
    "name": "virt-manager",
    "url": "https://translate.fedoraproject.org/projects/virt-manager/"
}