Languages API.

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

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

{
    "total": 51712,
    "total_words": 340437,
    "total_chars": 2295129,
    "last_change": "2024-04-28T12:51:30.209324Z",
    "recent_changes": 167,
    "translated": 2774,
    "translated_words": 5763,
    "translated_percent": 5.3,
    "translated_words_percent": 1.6,
    "translated_chars": 48270,
    "translated_chars_percent": 2.1,
    "fuzzy": 279,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 991,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 7151,
    "fuzzy_chars_percent": 0.3,
    "failing": 427,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1285,
    "readonly_percent": 2.4,
    "readonly_words": 1786,
    "readonly_words_percent": 0.5,
    "readonly_chars": 23817,
    "readonly_chars_percent": 1.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Berber",
    "url": "https://hosted.weblate.org/languages/ber/"
}