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": 8769,
    "total_words": 105360,
    "total_chars": 820299,
    "last_change": "2024-04-27T10:35:01.206932Z",
    "recent_changes": 296,
    "translated": 783,
    "translated_words": 2805,
    "translated_percent": 8.9,
    "translated_words_percent": 2.6,
    "translated_chars": 34550,
    "translated_chars_percent": 4.2,
    "fuzzy": 399,
    "fuzzy_percent": 4.5,
    "fuzzy_words": 2277,
    "fuzzy_words_percent": 2.1,
    "fuzzy_chars": 28953,
    "fuzzy_chars_percent": 3.5,
    "failing": 252,
    "failing_percent": 2.8,
    "approved": 435,
    "approved_percent": 4.9,
    "approved_words": 1143,
    "approved_words_percent": 1.0,
    "approved_chars": 16198,
    "approved_chars_percent": 1.9,
    "readonly": 157,
    "readonly_percent": 1.7,
    "readonly_words": 927,
    "readonly_words_percent": 0.8,
    "readonly_chars": 7525,
    "readonly_chars_percent": 0.9,
    "suggestions": 144,
    "comments": 0,
    "name": "Turkish",
    "url": "https://translate.tails.boum.org/languages/tr/"
}