Translation projects API.

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

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

{
    "total": 7447,
    "total_words": 43649,
    "total_chars": 273911,
    "last_change": "2024-01-23T08:16:38.043819Z",
    "recent_changes": 740,
    "translated": 5414,
    "translated_words": 28424,
    "translated_percent": 72.7,
    "translated_words_percent": 65.1,
    "translated_chars": 179387,
    "translated_chars_percent": 65.4,
    "fuzzy": 111,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 684,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 4359,
    "fuzzy_chars_percent": 1.5,
    "failing": 81,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 193,
    "readonly_percent": 2.5,
    "readonly_words": 1007,
    "readonly_words_percent": 2.3,
    "readonly_chars": 6346,
    "readonly_chars_percent": 2.3,
    "suggestions": 154,
    "comments": 34,
    "name": "WinCompose",
    "url": "https://hosted.weblate.org/projects/wincompose/"
}