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": 75983,
    "total_words": 673051,
    "total_chars": 4344010,
    "last_change": "2024-07-27T02:54:47.820559Z",
    "recent_changes": 807,
    "translated": 34040,
    "translated_words": 253464,
    "translated_percent": 44.7,
    "translated_words_percent": 37.6,
    "translated_chars": 1622638,
    "translated_chars_percent": 37.3,
    "fuzzy": 1591,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 22251,
    "fuzzy_words_percent": 3.3,
    "fuzzy_chars": 143654,
    "fuzzy_chars_percent": 3.3,
    "failing": 1130,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2365,
    "readonly_percent": 3.1,
    "readonly_words": 9053,
    "readonly_words_percent": 1.3,
    "readonly_chars": 56688,
    "readonly_chars_percent": 1.3,
    "suggestions": 214,
    "comments": 15,
    "name": "YunoHost",
    "url": "https://translate.yunohost.org/projects/yunohost/"
}