Languages API.

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

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

{
    "total": 1665,
    "total_words": 15378,
    "total_chars": 99311,
    "last_change": "2024-04-01T01:12:43.320312Z",
    "recent_changes": 64,
    "translated": 1608,
    "translated_words": 14364,
    "translated_percent": 96.5,
    "translated_words_percent": 93.4,
    "translated_chars": 92796,
    "translated_chars_percent": 93.4,
    "fuzzy": 28,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 712,
    "fuzzy_words_percent": 4.6,
    "fuzzy_chars": 4649,
    "fuzzy_chars_percent": 4.6,
    "failing": 19,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 4,
    "readonly_chars_percent": 0.1,
    "suggestions": 38,
    "comments": 0,
    "name": "German",
    "url": "https://translate.yunohost.org/languages/de/"
}