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": 8067,
    "total_words": 67677,
    "total_chars": 455470,
    "last_change": "2025-02-28T23:31:55.704747Z",
    "recent_changes": 52,
    "translated": 5515,
    "translated_words": 39412,
    "translated_percent": 68.3,
    "translated_words_percent": 58.2,
    "translated_chars": 264187,
    "translated_chars_percent": 58.0,
    "fuzzy": 130,
    "fuzzy_percent": 1.6,
    "failing": 438,
    "failing_percent": 5.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 52,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Greek",
    "url": "http://translate.pkp.sfu.ca/languages/el/"
}