Translation projects API.

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

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

{
    "total": 61771,
    "total_words": 233760,
    "total_chars": 1476916,
    "last_change": "2024-03-20T04:36:05.332346Z",
    "recent_changes": 1044,
    "translated": 47415,
    "translated_words": 185247,
    "translated_percent": 76.7,
    "translated_words_percent": 79.2,
    "translated_chars": 1168514,
    "translated_chars_percent": 79.1,
    "fuzzy": 653,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 1408,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 9719,
    "fuzzy_chars_percent": 0.6,
    "failing": 1122,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 929,
    "readonly_percent": 1.5,
    "readonly_words": 3496,
    "readonly_words_percent": 1.4,
    "readonly_chars": 22084,
    "readonly_chars_percent": 1.4,
    "suggestions": 1383,
    "comments": 2,
    "name": "system-config-printer",
    "url": "https://translate.fedoraproject.org/projects/system-config-printer/"
}