Languages API.

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

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

{
    "total": 10892,
    "total_words": 57996,
    "total_chars": 373818,
    "last_change": "2024-05-13T23:27:47.450968Z",
    "recent_changes": 8734,
    "translated": 10210,
    "translated_words": 54743,
    "translated_percent": 93.7,
    "translated_words_percent": 94.3,
    "translated_chars": 352324,
    "translated_chars_percent": 94.2,
    "fuzzy": 5,
    "fuzzy_percent": 0.1,
    "failing": 203,
    "failing_percent": 1.8,
    "approved": 9628,
    "approved_percent": 88.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Ukrainian",
    "url": "https://weblate.rob006.net/languages/uk/"
}