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": 729,
    "total_words": 4479,
    "last_change": "2024-10-12T13:34:09.858709Z",
    "recent_changes": 34,
    "translated": 285,
    "translated_words": 1260,
    "translated_percent": 39.0,
    "translated_words_percent": 28.1,
    "translated_chars": 9383,
    "translated_chars_percent": 31.5,
    "total_chars": 29751,
    "fuzzy": 2,
    "fuzzy_percent": 0.2,
    "failing": 20,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 24,
    "readonly_percent": 3.2,
    "suggestions": 27,
    "comments": 0,
    "name": "Malay",
    "url": "https://weblate.rikka.app/languages/ms/"
}