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": 72703,
    "total_words": 648449,
    "total_chars": 4187502,
    "last_change": "2024-04-17T08:35:11.322338Z",
    "recent_changes": 2574,
    "translated": 32629,
    "translated_words": 237523,
    "translated_percent": 44.8,
    "translated_words_percent": 36.6,
    "translated_chars": 1518174,
    "translated_chars_percent": 36.2,
    "fuzzy": 1724,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 24633,
    "fuzzy_words_percent": 3.7,
    "fuzzy_chars": 160292,
    "fuzzy_chars_percent": 3.8,
    "failing": 1245,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2307,
    "readonly_percent": 3.1,
    "readonly_words": 8845,
    "readonly_words_percent": 1.3,
    "readonly_chars": 55169,
    "readonly_chars_percent": 1.3,
    "suggestions": 182,
    "comments": 15,
    "name": "YunoHost",
    "url": "https://translate.yunohost.org/projects/yunohost/"
}