Languages API.

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

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

{
    "total": 207509,
    "total_words": 2767377,
    "last_change": "2021-03-15T09:15:37.532094Z",
    "recent_changes": 27,
    "translated": 206297,
    "translated_words": 2757817,
    "translated_percent": 99.4,
    "translated_words_percent": 99.6,
    "translated_chars": 19270289,
    "translated_chars_percent": 99.6,
    "total_chars": 19331604,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 63508,
    "failing_percent": 30.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 205739,
    "readonly_percent": 99.1,
    "suggestions": 7,
    "comments": 389,
    "name": "English",
    "url": "https://l10n.opensuse.org/languages/en/"
}