Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/be/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:01:19.557012Z",
    "recent_changes": 2,
    "translated": 586,
    "translated_words": 2168,
    "translated_percent": 86.5,
    "translated_words_percent": 50.0,
    "translated_chars": 13298,
    "translated_chars_percent": 50.9,
    "fuzzy": 12,
    "fuzzy_percent": 1.7,
    "fuzzy_words": 46,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 326,
    "fuzzy_chars_percent": 1.2,
    "failing": 3,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 9,
    "comments": 9,
    "name": "Belarusian",
    "url": "https://weblate.tusky.app/languages/be/"
}