Languages API.

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

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

{
    "total": 1200,
    "total_words": 11619,
    "last_change": "2024-11-23T18:46:18.228816Z",
    "recent_changes": 4,
    "translated": 72,
    "translated_words": 174,
    "translated_percent": 6.0,
    "translated_words_percent": 1.4,
    "translated_chars": 1208,
    "translated_chars_percent": 1.3,
    "total_chars": 92357,
    "fuzzy": 3,
    "fuzzy_percent": 0.2,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "English (United States)",
    "url": "https://translate.lxqt-project.org/languages/en_US/"
}