Languages API.

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

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

{
    "total": 2417,
    "total_words": 18854,
    "last_change": "2023-07-17T11:18:11.646468Z",
    "recent_changes": 43,
    "translated": 1659,
    "translated_words": 14342,
    "translated_percent": 68.6,
    "translated_words_percent": 76.0,
    "translated_chars": 88817,
    "translated_chars_percent": 76.5,
    "total_chars": 116022,
    "fuzzy": 165,
    "fuzzy_percent": 6.8,
    "failing": 956,
    "failing_percent": 39.5,
    "approved": 349,
    "approved_percent": 14.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 8,
    "comments": 0,
    "name": "Afrikaans",
    "url": "https://traduk.amikumu.com/languages/af/"
}