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": 286045,
    "total_words": 2428095,
    "total_chars": 19225625,
    "last_change": "2024-04-22T04:30:37.136140Z",
    "recent_changes": 2387,
    "translated": 284434,
    "translated_words": 2402248,
    "translated_percent": 99.4,
    "translated_words_percent": 98.9,
    "translated_chars": 19050109,
    "translated_chars_percent": 99.0,
    "fuzzy": 874,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 14750,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 86747,
    "fuzzy_chars_percent": 0.4,
    "failing": 2996,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "German",
    "url": "https://translations.documentfoundation.org/languages/de/"
}