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": 15152,
    "total_words": 99473,
    "last_change": null,
    "recent_changes": 0,
    "translated": 8071,
    "translated_words": 48218,
    "translated_percent": 53.2,
    "translated_words_percent": 48.4,
    "translated_chars": 304566,
    "translated_chars_percent": 49.1,
    "total_chars": 620131,
    "fuzzy": 6813,
    "fuzzy_percent": 44.9,
    "failing": 1179,
    "failing_percent": 7.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Greek",
    "url": "http://translate.cacti.net/languages/el/"
}