Languages API.

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

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

{
    "total": 11904,
    "total_words": 63405,
    "total_chars": 390493,
    "last_change": "2024-05-02T18:58:39.296074Z",
    "recent_changes": 180,
    "translated": 533,
    "translated_words": 2174,
    "translated_percent": 4.4,
    "translated_words_percent": 3.4,
    "translated_chars": 13787,
    "translated_chars_percent": 3.5,
    "fuzzy": 769,
    "fuzzy_percent": 6.4,
    "fuzzy_words": 4620,
    "fuzzy_words_percent": 7.2,
    "fuzzy_chars": 28889,
    "fuzzy_chars_percent": 7.3,
    "failing": 363,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 62,
    "readonly_percent": 0.5,
    "readonly_words": 67,
    "readonly_words_percent": 0.1,
    "readonly_chars": 599,
    "readonly_chars_percent": 0.1,
    "suggestions": 72,
    "comments": 1,
    "name": "Malagasy",
    "url": "https://hosted.weblate.org/languages/mg/"
}