Translation projects API.

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

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

{
    "total": 3128,
    "total_words": 15728,
    "total_chars": 86152,
    "last_change": "2024-03-16T03:36:08.072884Z",
    "recent_changes": 232,
    "translated": 2405,
    "translated_words": 11414,
    "translated_percent": 76.8,
    "translated_words_percent": 72.5,
    "translated_chars": 62462,
    "translated_chars_percent": 72.5,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 9,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 49,
    "fuzzy_chars_percent": 0.1,
    "failing": 44,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 88,
    "readonly_percent": 2.8,
    "readonly_words": 430,
    "readonly_words_percent": 2.7,
    "readonly_chars": 2378,
    "readonly_chars_percent": 2.7,
    "suggestions": 48,
    "comments": 0,
    "name": "virt-top",
    "url": "https://translate.fedoraproject.org/projects/virt-top/"
}