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": 677,
    "total_words": 4330,
    "total_chars": 26083,
    "last_change": "2024-05-13T17:02:10.990339Z",
    "recent_changes": 1,
    "translated": 674,
    "translated_words": 4284,
    "translated_percent": 99.5,
    "translated_words_percent": 98.9,
    "translated_chars": 25781,
    "translated_chars_percent": 98.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 582,
    "approved_percent": 85.9,
    "approved_words": 3662,
    "approved_words_percent": 84.5,
    "approved_chars": 21958,
    "approved_chars_percent": 84.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "name": "Ukrainian",
    "url": "https://weblate.tusky.app/languages/uk/"
}