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": 38130,
    "total_words": 649836,
    "last_change": "2025-04-26T08:43:48.365280Z",
    "recent_changes": 231,
    "translated": 479,
    "translated_words": 7116,
    "translated_percent": 1.2,
    "translated_words_percent": 1.0,
    "translated_chars": 46505,
    "translated_chars_percent": 1.0,
    "total_chars": 4476639,
    "fuzzy": 15,
    "fuzzy_percent": 0.1,
    "failing": 47,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Greek",
    "url": "https://translate-dev.freebsd.org/languages/el/"
}