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": 1686,
    "total_words": 5914,
    "last_change": "2023-12-07T01:53:36.951194Z",
    "recent_changes": 990,
    "translated": 1205,
    "translated_words": 4265,
    "translated_percent": 71.4,
    "translated_words_percent": 72.1,
    "translated_chars": 27755,
    "translated_chars_percent": 72.7,
    "total_chars": 38142,
    "fuzzy": 4,
    "fuzzy_percent": 0.2,
    "failing": 42,
    "failing_percent": 2.4,
    "name": "Latvian",
    "url": "https://translate.lxqt-project.org/languages/lv/"
}