Languages API.

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

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

{
    "total": 289104,
    "total_words": 2404160,
    "total_chars": 19065142,
    "last_change": "2024-04-20T14:44:42.009839Z",
    "recent_changes": 1169,
    "translated": 287848,
    "translated_words": 2391998,
    "translated_percent": 99.5,
    "translated_words_percent": 99.4,
    "translated_chars": 18947245,
    "translated_chars_percent": 99.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1926,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 49,
    "readonly_percent": 0.1,
    "readonly_words": 80,
    "readonly_words_percent": 0.1,
    "readonly_chars": 572,
    "readonly_chars_percent": 0.1,
    "suggestions": 41,
    "comments": 0,
    "name": "Greek",
    "url": "https://translations.documentfoundation.org/languages/el/"
}