Languages API.

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

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

{
    "total": 5914,
    "total_words": 46502,
    "total_chars": 311892,
    "last_change": "2024-02-22T18:51:00.473779Z",
    "recent_changes": 307,
    "translated": 5913,
    "translated_words": 46501,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 311886,
    "translated_chars_percent": 99.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 13,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Latvian",
    "url": "http://translate.pkp.sfu.ca/languages/lv/"
}