Translation projects API.

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

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

{
    "total": 24346,
    "total_words": 153938,
    "total_chars": 843205,
    "last_change": "2022-08-29T14:55:16.397023Z",
    "recent_changes": 320,
    "translated": 15086,
    "translated_words": 94266,
    "translated_percent": 61.9,
    "translated_words_percent": 61.2,
    "translated_chars": 515641,
    "translated_chars_percent": 61.1,
    "fuzzy": 189,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 1743,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 9494,
    "fuzzy_chars_percent": 1.1,
    "failing": 999,
    "failing_percent": 4.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2711,
    "readonly_percent": 11.1,
    "readonly_words": 17115,
    "readonly_words_percent": 11.1,
    "readonly_chars": 93760,
    "readonly_chars_percent": 11.1,
    "suggestions": 231,
    "comments": 0,
    "name": "Summoning Wars",
    "url": "https://hosted.weblate.org/projects/sumwars/"
}