Languages API.

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

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

{
    "total": 220717,
    "total_words": 1682803,
    "total_chars": 10349716,
    "last_change": "2024-04-30T08:20:57.820424Z",
    "recent_changes": 1650,
    "translated": 50631,
    "translated_words": 225081,
    "translated_percent": 22.9,
    "translated_words_percent": 13.3,
    "translated_chars": 1186400,
    "translated_chars_percent": 11.4,
    "fuzzy": 27208,
    "fuzzy_percent": 12.3,
    "fuzzy_words": 145225,
    "fuzzy_words_percent": 8.6,
    "fuzzy_chars": 917324,
    "fuzzy_chars_percent": 8.8,
    "failing": 9811,
    "failing_percent": 4.4,
    "approved": 10,
    "approved_percent": 0.1,
    "approved_words": 29,
    "approved_words_percent": 0.1,
    "approved_chars": 156,
    "approved_chars_percent": 0.1,
    "readonly": 8884,
    "readonly_percent": 4.0,
    "readonly_words": 47616,
    "readonly_words_percent": 2.8,
    "readonly_chars": 74912,
    "readonly_chars_percent": 0.7,
    "suggestions": 3154,
    "comments": 11,
    "name": "Malay",
    "url": "https://hosted.weblate.org/languages/ms/"
}