Translation projects API.

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

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

{
    "total": 4904,
    "total_words": 37409,
    "total_chars": 226207,
    "last_change": "2024-02-03T18:19:18.341527Z",
    "recent_changes": 852,
    "translated": 4138,
    "translated_words": 30611,
    "translated_percent": 84.3,
    "translated_words_percent": 81.8,
    "translated_chars": 184869,
    "translated_chars_percent": 81.7,
    "fuzzy": 117,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 680,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 4737,
    "fuzzy_chars_percent": 2.0,
    "failing": 254,
    "failing_percent": 5.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 229,
    "readonly_percent": 4.6,
    "readonly_words": 1731,
    "readonly_words_percent": 4.6,
    "readonly_chars": 10471,
    "readonly_chars_percent": 4.6,
    "suggestions": 78,
    "comments": 0,
    "name": "oscap-anaconda-addon",
    "url": "https://translate.fedoraproject.org/projects/oscap-anaconda-addon/"
}