Translation projects API.

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

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

{
    "total": 176131,
    "total_words": 1114147,
    "total_chars": 6703900,
    "last_change": "2024-05-04T14:28:33.805780Z",
    "recent_changes": 2424,
    "translated": 70320,
    "translated_words": 416337,
    "translated_percent": 39.9,
    "translated_words_percent": 37.3,
    "translated_chars": 2474173,
    "translated_chars_percent": 36.9,
    "fuzzy": 1978,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 13403,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 93724,
    "fuzzy_chars_percent": 1.3,
    "failing": 4070,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2014,
    "readonly_percent": 1.1,
    "readonly_words": 12772,
    "readonly_words_percent": 1.1,
    "readonly_chars": 76747,
    "readonly_chars_percent": 1.1,
    "suggestions": 3654,
    "comments": 1,
    "name": "selinux",
    "url": "https://translate.fedoraproject.org/projects/selinux/"
}