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": 675,
    "total_words": 4333,
    "total_chars": 26029,
    "last_change": "2024-05-04T18:55:29.322991Z",
    "recent_changes": 7,
    "translated": 175,
    "translated_words": 555,
    "translated_percent": 25.9,
    "translated_words_percent": 12.8,
    "translated_chars": 3383,
    "translated_chars_percent": 12.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 171,
    "approved_percent": 25.3,
    "approved_words": 421,
    "approved_words_percent": 9.7,
    "approved_chars": 2569,
    "approved_chars_percent": 9.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Greek",
    "url": "https://weblate.tusky.app/languages/el/"
}