Translation projects API.

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

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

{
    "total": 8020,
    "total_words": 33472,
    "total_chars": 212660,
    "last_change": "2024-03-01T22:36:06.122551Z",
    "recent_changes": 8,
    "translated": 4563,
    "translated_words": 19491,
    "translated_percent": 56.8,
    "translated_words_percent": 58.2,
    "translated_chars": 124085,
    "translated_chars_percent": 58.3,
    "fuzzy": 61,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 301,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 1819,
    "fuzzy_chars_percent": 0.8,
    "failing": 156,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 188,
    "readonly_percent": 2.3,
    "readonly_words": 766,
    "readonly_words_percent": 2.2,
    "readonly_chars": 4879,
    "readonly_chars_percent": 2.2,
    "suggestions": 744,
    "comments": 0,
    "name": "virt-viewer",
    "url": "https://translate.fedoraproject.org/projects/virt-viewer/"
}