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": 1609,
    "total_words": 11758,
    "total_chars": 70150,
    "last_change": "2024-05-03T13:55:26.271479Z",
    "recent_changes": 13,
    "translated": 1431,
    "translated_words": 10907,
    "translated_percent": 88.9,
    "translated_words_percent": 92.7,
    "translated_chars": 64851,
    "translated_chars_percent": 92.4,
    "fuzzy": 81,
    "fuzzy_percent": 5.0,
    "failing": 21,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Greek",
    "url": "http://translate.pretalx.com/languages/el/"
}