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": 9975,
    "total_words": 55142,
    "total_chars": 355714,
    "last_change": "2024-01-18T16:27:41.648823Z",
    "recent_changes": 628,
    "translated": 885,
    "translated_words": 3983,
    "translated_percent": 8.8,
    "translated_words_percent": 7.2,
    "translated_chars": 26629,
    "translated_chars_percent": 7.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 15,
    "failing_percent": 0.1,
    "approved": 282,
    "approved_percent": 2.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "name": "Latvian",
    "url": "https://weblate.rob006.net/languages/lv/"
}