Translation projects API.

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

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

{
    "total": 63026,
    "total_words": 578254,
    "last_change": "2023-12-06T18:36:20.687609Z",
    "recent_changes": 887,
    "translated": 29877,
    "translated_words": 221118,
    "translated_percent": 47.4,
    "translated_words_percent": 38.2,
    "translated_chars": 1411827,
    "translated_chars_percent": 37.8,
    "total_chars": 3730368,
    "fuzzy": 1236,
    "fuzzy_percent": 1.9,
    "failing": 1515,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3593,
    "readonly_percent": 5.7,
    "suggestions": 263,
    "comments": 15,
    "name": "YunoHost",
    "url": "https://translate.yunohost.org/projects/yunohost/"
}