Languages API.

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

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

{
    "total": 37851,
    "total_words": 334359,
    "total_chars": 2182756,
    "last_change": "2024-04-19T02:37:38.551950Z",
    "recent_changes": 313,
    "translated": 16328,
    "translated_words": 82469,
    "translated_percent": 43.1,
    "translated_words_percent": 24.6,
    "translated_chars": 534113,
    "translated_chars_percent": 24.4,
    "fuzzy": 3542,
    "fuzzy_percent": 9.3,
    "fuzzy_words": 20171,
    "fuzzy_words_percent": 6.0,
    "fuzzy_chars": 136300,
    "fuzzy_chars_percent": 6.2,
    "failing": 1832,
    "failing_percent": 4.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24,
    "readonly_percent": 0.1,
    "readonly_words": 38,
    "readonly_words_percent": 0.1,
    "readonly_chars": 263,
    "readonly_chars_percent": 0.1,
    "suggestions": 1187,
    "comments": 0,
    "name": "Esperanto",
    "url": "https://translate.fedoraproject.org/languages/eo/"
}