Languages API.

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

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

{
    "total": 6792,
    "total_words": 56737,
    "total_chars": 382167,
    "last_change": "2024-02-21T07:55:34.035559Z",
    "recent_changes": 22,
    "translated": 5715,
    "translated_words": 42556,
    "translated_percent": 84.1,
    "translated_words_percent": 75.0,
    "translated_chars": 282905,
    "translated_chars_percent": 74.0,
    "fuzzy": 92,
    "fuzzy_percent": 1.3,
    "failing": 169,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Georgian",
    "url": "http://translate.pkp.sfu.ca/languages/ka/"
}