Translation projects API.

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

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

{
    "total": 28078,
    "total_words": 226629,
    "total_chars": 1416208,
    "last_change": "2024-03-15T12:22:59.959759Z",
    "recent_changes": 834,
    "translated": 12795,
    "translated_words": 92093,
    "translated_percent": 45.5,
    "translated_words_percent": 40.6,
    "translated_chars": 572817,
    "translated_chars_percent": 40.4,
    "fuzzy": 772,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 7929,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 50278,
    "fuzzy_chars_percent": 3.5,
    "failing": 646,
    "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": 1861,
    "readonly_percent": 6.6,
    "readonly_words": 11695,
    "readonly_words_percent": 5.1,
    "readonly_chars": 72851,
    "readonly_chars_percent": 5.1,
    "suggestions": 954,
    "comments": 24,
    "name": "Turris",
    "url": "https://hosted.weblate.org/projects/turris/"
}