Languages API.

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

GET /api/languages/oc/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:13.549968Z",
    "recent_changes": 42,
    "translated": 2320,
    "translated_words": 18250,
    "translated_percent": 95.9,
    "translated_words_percent": 96.7,
    "translated_chars": 112462,
    "translated_chars_percent": 96.9,
    "total_chars": 116022,
    "fuzzy": 94,
    "fuzzy_percent": 3.8,
    "failing": 1657,
    "failing_percent": 68.5,
    "approved": 378,
    "approved_percent": 15.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "name": "Occitan",
    "url": "https://traduk.amikumu.com/languages/oc/"
}