Languages API.

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

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

{
    "total": 11,
    "total_words": 22,
    "last_change": "2025-03-10T17:45:00.435115Z",
    "recent_changes": 1,
    "translated": 7,
    "translated_words": 12,
    "translated_percent": 63.6,
    "translated_words_percent": 54.5,
    "translated_chars": 106,
    "translated_chars_percent": 58.2,
    "total_chars": 182,
    "fuzzy": 2,
    "fuzzy_percent": 18.1,
    "failing": 1,
    "failing_percent": 9.0,
    "name": "Central Khmer",
    "url": "https://translate.lxqt-project.org/languages/km/"
}