Languages API.

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

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

{
    "total": 654,
    "total_words": 2268,
    "last_change": "2024-10-07T20:38:03.320085Z",
    "recent_changes": 16,
    "translated": 236,
    "translated_words": 678,
    "translated_percent": 36.0,
    "translated_words_percent": 29.8,
    "translated_chars": 4355,
    "translated_chars_percent": 30.2,
    "total_chars": 14395,
    "fuzzy": 28,
    "fuzzy_percent": 4.2,
    "failing": 6,
    "failing_percent": 0.9,
    "name": "Spanish (Venezuela)",
    "url": "https://translate.lxqt-project.org/languages/es_VE/"
}