Translation projects API.

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

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

{
    "total": 5299,
    "total_words": 61779,
    "total_chars": 377132,
    "last_change": "2024-04-30T09:55:33.467705Z",
    "recent_changes": 46,
    "translated": 3855,
    "translated_words": 41245,
    "translated_percent": 72.7,
    "translated_words_percent": 66.7,
    "translated_chars": 251718,
    "translated_chars_percent": 66.7,
    "fuzzy": 19,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 105,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 748,
    "fuzzy_chars_percent": 0.1,
    "failing": 66,
    "failing_percent": 1.2,
    "approved": 2238,
    "approved_percent": 42.2,
    "approved_words": 20453,
    "approved_words_percent": 33.1,
    "approved_chars": 124991,
    "approved_chars_percent": 33.1,
    "readonly": 748,
    "readonly_percent": 14.1,
    "readonly_words": 8770,
    "readonly_words_percent": 14.1,
    "readonly_chars": 53516,
    "readonly_chars_percent": 14.1,
    "suggestions": 1,
    "comments": 2,
    "name": "Ouisync",
    "url": "https://hosted.weblate.org/projects/ouisync/"
}