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": 3054,
    "total_words": 13342,
    "total_chars": 85543,
    "last_change": "2024-04-23T19:40:59.998080Z",
    "recent_changes": 249,
    "translated": 2668,
    "translated_words": 11787,
    "translated_percent": 87.3,
    "translated_words_percent": 88.3,
    "translated_chars": 75912,
    "translated_chars_percent": 88.7,
    "fuzzy": 57,
    "fuzzy_percent": 1.8,
    "failing": 193,
    "failing_percent": 6.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 13,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 2,
    "name": "Ukrainian",
    "url": "https://translate.edugit.org/languages/uk/"
}