Languages API.

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

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

{
    "total": 31997,
    "total_words": 302665,
    "total_chars": 2092903,
    "last_change": "2024-05-10T09:16:19.284491Z",
    "recent_changes": 102,
    "translated": 1041,
    "translated_words": 3118,
    "translated_percent": 3.2,
    "translated_words_percent": 1.0,
    "translated_chars": 26777,
    "translated_chars_percent": 1.2,
    "fuzzy": 3127,
    "fuzzy_percent": 9.7,
    "fuzzy_words": 14687,
    "fuzzy_words_percent": 4.8,
    "fuzzy_chars": 106210,
    "fuzzy_chars_percent": 5.0,
    "failing": 2384,
    "failing_percent": 7.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 788,
    "readonly_percent": 2.4,
    "readonly_words": 2483,
    "readonly_words_percent": 0.8,
    "readonly_chars": 23138,
    "readonly_chars_percent": 1.1,
    "suggestions": 20,
    "comments": 0,
    "name": "Abkhazian",
    "url": "https://hosted.weblate.org/languages/ab/"
}