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": 285413,
    "total_words": 2416165,
    "total_chars": 19130049,
    "last_change": "2024-05-02T12:08:16.389108Z",
    "recent_changes": 776,
    "translated": 218344,
    "translated_words": 1572247,
    "translated_percent": 76.5,
    "translated_words_percent": 65.0,
    "translated_chars": 11756893,
    "translated_chars_percent": 61.4,
    "fuzzy": 771,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 14257,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 83328,
    "fuzzy_chars_percent": 0.4,
    "failing": 2590,
    "failing_percent": 0.9,
    "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": 31,
    "comments": 1,
    "name": "Turkish",
    "url": "https://translations.documentfoundation.org/languages/tr/"
}