Languages API.

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

GET /api/languages/sr_Latn/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 8769,
    "total_words": 105360,
    "total_chars": 820299,
    "last_change": "2024-04-27T09:28:36.311515Z",
    "recent_changes": 246,
    "translated": 632,
    "translated_words": 2216,
    "translated_percent": 7.2,
    "translated_words_percent": 2.1,
    "translated_chars": 24802,
    "translated_chars_percent": 3.0,
    "fuzzy": 301,
    "fuzzy_percent": 3.4,
    "fuzzy_words": 1787,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 22213,
    "fuzzy_chars_percent": 2.7,
    "failing": 242,
    "failing_percent": 2.7,
    "approved": 361,
    "approved_percent": 4.1,
    "approved_words": 794,
    "approved_words_percent": 0.7,
    "approved_chars": 10363,
    "approved_chars_percent": 1.2,
    "readonly": 157,
    "readonly_percent": 1.7,
    "readonly_words": 927,
    "readonly_words_percent": 0.8,
    "readonly_chars": 7525,
    "readonly_chars_percent": 0.9,
    "suggestions": 59,
    "comments": 0,
    "name": "Serbian (latin)",
    "url": "https://translate.tails.boum.org/languages/sr_Latn/"
}