Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/mt/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1809,
    "total_words": 19187,
    "last_change": null,
    "recent_changes": 0,
    "translated": 1418,
    "translated_words": 14100,
    "translated_percent": 78.3,
    "translated_words_percent": 73.4,
    "translated_chars": 83805,
    "translated_chars_percent": 73.5,
    "total_chars": 114020,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1262,
    "failing_percent": 69.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Maltese",
    "url": "https://traduk.amikumu.com/languages/mt/"
}