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": 8393,
    "total_words": 72095,
    "total_chars": 486497,
    "last_change": "2024-03-30T23:46:03.693723Z",
    "recent_changes": 202,
    "translated": 7650,
    "translated_words": 59287,
    "translated_percent": 91.1,
    "translated_words_percent": 82.2,
    "translated_chars": 395900,
    "translated_chars_percent": 81.3,
    "fuzzy": 74,
    "fuzzy_percent": 0.8,
    "failing": 229,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.3,
    "suggestions": 1,
    "comments": 0,
    "name": "Turkish",
    "url": "http://translate.pkp.sfu.ca/languages/tr/"
}