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": 1390,
    "total_words": 8634,
    "last_change": "2024-09-29T05:32:29.733747Z",
    "recent_changes": 279,
    "translated": 914,
    "translated_words": 4319,
    "translated_percent": 65.7,
    "translated_words_percent": 50.0,
    "translated_chars": 28689,
    "translated_chars_percent": 51.1,
    "total_chars": 56060,
    "fuzzy": 5,
    "fuzzy_percent": 0.3,
    "failing": 11,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 48,
    "readonly_percent": 3.4,
    "suggestions": 5,
    "comments": 0,
    "name": "Ukrainian",
    "url": "https://weblate.rikka.app/languages/uk/"
}