Languages API.

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

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

{
    "total": 1862,
    "total_words": 17756,
    "total_chars": 115134,
    "last_change": "2025-05-18T16:21:08.765145Z",
    "recent_changes": 4,
    "translated": 610,
    "translated_words": 4294,
    "translated_percent": 32.7,
    "translated_words_percent": 24.1,
    "translated_chars": 26888,
    "translated_chars_percent": 23.3,
    "fuzzy": 31,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 469,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 2992,
    "fuzzy_chars_percent": 2.5,
    "failing": 14,
    "failing_percent": 0.7,
    "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": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 13,
    "readonly_chars_percent": 0.1,
    "suggestions": 4,
    "comments": 0,
    "name": "Turkish",
    "url": "https://translate.yunohost.org/languages/tr/"
}