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": 487,
    "total_words": 3531,
    "total_chars": 23028,
    "last_change": "2023-12-29T16:45:49.735447Z",
    "recent_changes": 13,
    "translated": 426,
    "translated_words": 3152,
    "translated_percent": 87.4,
    "translated_words_percent": 89.2,
    "translated_chars": 20439,
    "translated_chars_percent": 88.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.4,
    "approved": 335,
    "approved_percent": 68.7,
    "approved_words": 2554,
    "approved_words_percent": 72.3,
    "approved_chars": 16505,
    "approved_chars_percent": 71.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 8,
    "comments": 2,
    "name": "Greek",
    "url": "https://weblate.securedrop.org/languages/el/"
}