Languages API.

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

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

{
    "total": 2843,
    "total_words": 22834,
    "total_chars": 149662,
    "last_change": null,
    "recent_changes": 0,
    "translated": 457,
    "translated_words": 3976,
    "translated_percent": 16.0,
    "translated_words_percent": 17.4,
    "translated_chars": 26550,
    "translated_chars_percent": 17.7,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Belarusian",
    "url": "http://translate.pkp.sfu.ca/languages/be@cyrillic/"
}