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": 1374,
    "total_words": 8589,
    "last_change": "2024-03-02T21:05:40.994132Z",
    "recent_changes": 271,
    "translated": 904,
    "translated_words": 4294,
    "translated_percent": 65.7,
    "translated_words_percent": 49.9,
    "translated_chars": 28425,
    "translated_chars_percent": 51.0,
    "total_chars": 55719,
    "fuzzy": 6,
    "fuzzy_percent": 0.4,
    "failing": 11,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 33,
    "readonly_percent": 2.4,
    "suggestions": 1,
    "comments": 0,
    "name": "Ukrainian",
    "url": "https://weblate.rikka.app/languages/uk/"
}