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": 56929,
    "total_words": 476672,
    "total_chars": 3096789,
    "last_change": "2024-04-26T02:37:10.209009Z",
    "recent_changes": 148,
    "translated": 5677,
    "translated_words": 23549,
    "translated_percent": 9.9,
    "translated_words_percent": 4.9,
    "translated_chars": 149209,
    "translated_chars_percent": 4.8,
    "fuzzy": 2249,
    "fuzzy_percent": 3.9,
    "fuzzy_words": 12373,
    "fuzzy_words_percent": 2.5,
    "fuzzy_chars": 83267,
    "fuzzy_chars_percent": 2.6,
    "failing": 963,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 0.1,
    "readonly_words": 54,
    "readonly_words_percent": 0.1,
    "readonly_chars": 413,
    "readonly_chars_percent": 0.1,
    "suggestions": 3619,
    "comments": 0,
    "name": "Greek",
    "url": "https://translate.fedoraproject.org/languages/el/"
}