Languages API.

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

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

{
    "total": 4889,
    "total_words": 19672,
    "last_change": "2025-03-27T08:35:05.112610Z",
    "recent_changes": 134,
    "translated": 3898,
    "translated_words": 13501,
    "translated_percent": 79.7,
    "translated_words_percent": 68.6,
    "translated_chars": 86974,
    "translated_chars_percent": 68.2,
    "total_chars": 127419,
    "fuzzy": 325,
    "fuzzy_percent": 6.6,
    "failing": 698,
    "failing_percent": 14.2,
    "name": "Indonesian",
    "url": "https://translate.lxqt-project.org/languages/id/"
}