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": 4115,
    "total_words": 47531,
    "total_chars": 312948,
    "last_change": "2023-05-21T02:19:55.322414Z",
    "recent_changes": 16,
    "translated": 836,
    "translated_words": 6613,
    "translated_percent": 20.3,
    "translated_words_percent": 13.9,
    "translated_chars": 40950,
    "translated_chars_percent": 13.0,
    "fuzzy": 106,
    "fuzzy_percent": 2.5,
    "failing": 77,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 229,
    "comments": 0,
    "name": "Turkish",
    "url": "http://translate.getmonero.org/languages/tr/"
}