Languages API.

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

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

{
    "total": 269561,
    "total_words": 3885605,
    "last_change": "2021-03-15T09:15:37.532094Z",
    "recent_changes": 41,
    "translated": 268349,
    "translated_words": 3876045,
    "translated_percent": 99.5,
    "translated_words_percent": 99.7,
    "translated_chars": 27224761,
    "translated_chars_percent": 99.7,
    "total_chars": 27286076,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 75195,
    "failing_percent": 27.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 267858,
    "readonly_percent": 99.3,
    "suggestions": 7,
    "comments": 382,
    "name": "English",
    "url": "https://l10n.opensuse.org/languages/en/"
}