Languages API.

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

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

{
    "total": 17147,
    "total_words": 76176,
    "total_chars": 496538,
    "last_change": "2024-05-02T18:58:30.344751Z",
    "recent_changes": 23,
    "translated": 1412,
    "translated_words": 3129,
    "translated_percent": 8.2,
    "translated_words_percent": 4.1,
    "translated_chars": 21263,
    "translated_chars_percent": 4.2,
    "fuzzy": 5442,
    "fuzzy_percent": 31.7,
    "fuzzy_words": 8340,
    "fuzzy_words_percent": 10.9,
    "fuzzy_chars": 53780,
    "fuzzy_chars_percent": 10.8,
    "failing": 169,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 167,
    "readonly_percent": 0.9,
    "readonly_words": 327,
    "readonly_words_percent": 0.4,
    "readonly_chars": 3226,
    "readonly_chars_percent": 0.6,
    "suggestions": 51,
    "comments": 0,
    "name": "Maltese",
    "url": "https://hosted.weblate.org/languages/mt/"
}