Languages API.

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

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

{
    "total": 30546,
    "total_words": 210589,
    "total_chars": 1369454,
    "last_change": "2024-04-19T02:37:35.425595Z",
    "recent_changes": 429,
    "translated": 19934,
    "translated_words": 117448,
    "translated_percent": 65.2,
    "translated_words_percent": 55.7,
    "translated_chars": 758752,
    "translated_chars_percent": 55.4,
    "fuzzy": 2019,
    "fuzzy_percent": 6.6,
    "fuzzy_words": 14279,
    "fuzzy_words_percent": 6.7,
    "fuzzy_chars": 95618,
    "fuzzy_chars_percent": 6.9,
    "failing": 1845,
    "failing_percent": 6.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 23,
    "readonly_percent": 0.1,
    "readonly_words": 42,
    "readonly_words_percent": 0.1,
    "readonly_chars": 331,
    "readonly_chars_percent": 0.1,
    "suggestions": 1578,
    "comments": 0,
    "name": "Belarusian",
    "url": "https://translate.fedoraproject.org/languages/be/"
}