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": 1714,
    "total_words": 6003,
    "last_change": "2025-03-10T17:43:44.661135Z",
    "recent_changes": 965,
    "translated": 1192,
    "translated_words": 4227,
    "translated_percent": 69.5,
    "translated_words_percent": 70.4,
    "translated_chars": 27530,
    "translated_chars_percent": 71.3,
    "total_chars": 38598,
    "fuzzy": 5,
    "fuzzy_percent": 0.2,
    "failing": 41,
    "failing_percent": 2.3,
    "name": "Latvian",
    "url": "https://translate.lxqt-project.org/languages/lv/"
}