Translation projects API.

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

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

{
    "total": 14067,
    "total_words": 53071,
    "total_chars": 343116,
    "last_change": "2024-04-23T07:45:59.539459Z",
    "recent_changes": 32,
    "translated": 5633,
    "translated_words": 21238,
    "translated_percent": 40.0,
    "translated_words_percent": 40.0,
    "translated_chars": 137307,
    "translated_chars_percent": 40.0,
    "fuzzy": 32,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 92,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 621,
    "fuzzy_chars_percent": 0.1,
    "failing": 155,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2814,
    "readonly_percent": 20.0,
    "readonly_words": 10616,
    "readonly_words_percent": 20.0,
    "readonly_chars": 68634,
    "readonly_chars_percent": 20.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Ishtar",
    "url": "https://translate.iggdrasil.net/projects/ishtar/"
}