Languages API.

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

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

{
    "total": 3963,
    "total_words": 22035,
    "last_change": "2019-10-06T06:37:22.292345Z",
    "recent_changes": 616,
    "translated": 759,
    "translated_words": 1574,
    "translated_percent": 19.1,
    "translated_words_percent": 7.1,
    "translated_chars": 10975,
    "translated_chars_percent": 7.1,
    "total_chars": 153601,
    "fuzzy": 40,
    "fuzzy_percent": 1.0,
    "failing": 19,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Occidental",
    "url": "https://l10n.opensuse.org/languages/ie/"
}