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": 1498,
    "total_words": 4527,
    "last_change": null,
    "recent_changes": 0,
    "translated": 469,
    "translated_words": 1086,
    "translated_percent": 31.3,
    "translated_words_percent": 23.9,
    "translated_chars": 6470,
    "translated_chars_percent": 23.6,
    "total_chars": 27310,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 21,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 116,
    "readonly_percent": 7.7,
    "suggestions": 0,
    "comments": 0,
    "name": "Greek",
    "url": "https://translate.opensourcepos.org/languages/el/"
}