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": 6777,
    "total_words": 48053,
    "total_chars": 346175,
    "last_change": "2024-04-24T12:59:18.689813Z",
    "recent_changes": 316,
    "translated": 5049,
    "translated_words": 28718,
    "translated_percent": 74.5,
    "translated_words_percent": 59.7,
    "translated_chars": 210188,
    "translated_chars_percent": 60.7,
    "fuzzy": 210,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 1872,
    "fuzzy_words_percent": 3.8,
    "fuzzy_chars": 14930,
    "fuzzy_chars_percent": 4.3,
    "failing": 416,
    "failing_percent": 6.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.4,
    "readonly_words": 237,
    "readonly_words_percent": 0.4,
    "readonly_chars": 2157,
    "readonly_chars_percent": 0.6,
    "suggestions": 1,
    "comments": 1,
    "name": "Ukrainian",
    "url": "https://weblate.framasoft.org/languages/uk/"
}