Languages API.

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

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

{
    "total": 32169,
    "total_words": 160994,
    "total_chars": 998358,
    "last_change": "2024-05-02T19:48:55.735049Z",
    "recent_changes": 56,
    "translated": 1440,
    "translated_words": 19236,
    "translated_percent": 4.4,
    "translated_words_percent": 11.9,
    "translated_chars": 112481,
    "translated_chars_percent": 11.2,
    "fuzzy": 7728,
    "fuzzy_percent": 24.0,
    "fuzzy_words": 57517,
    "fuzzy_words_percent": 35.7,
    "fuzzy_chars": 330294,
    "fuzzy_chars_percent": 33.0,
    "failing": 659,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 151,
    "readonly_percent": 0.4,
    "readonly_words": 183,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1351,
    "readonly_chars_percent": 0.1,
    "suggestions": 83,
    "comments": 0,
    "name": "Maori",
    "url": "https://hosted.weblate.org/languages/mi/"
}