Translation projects API.

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

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

{
    "total": 2824,
    "total_words": 13183,
    "total_chars": 69500,
    "last_change": "2023-11-03T18:10:24.721665Z",
    "recent_changes": 312,
    "translated": 2510,
    "translated_words": 11422,
    "translated_percent": 88.8,
    "translated_words_percent": 86.6,
    "translated_chars": 60323,
    "translated_chars_percent": 86.7,
    "fuzzy": 21,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 132,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 714,
    "fuzzy_chars_percent": 1.0,
    "failing": 376,
    "failing_percent": 13.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 89,
    "readonly_percent": 3.1,
    "readonly_words": 410,
    "readonly_words_percent": 3.1,
    "readonly_chars": 2167,
    "readonly_chars_percent": 3.1,
    "suggestions": 80,
    "comments": 0,
    "name": "python-meh",
    "url": "https://translate.fedoraproject.org/projects/python-meh/"
}