Languages API.

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

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

{
    "total": 283387,
    "total_words": 2396267,
    "total_chars": 19009739,
    "last_change": "2020-11-13T10:00:15.488351Z",
    "recent_changes": 2,
    "translated": 13740,
    "translated_words": 22044,
    "translated_percent": 4.8,
    "translated_words_percent": 0.9,
    "translated_chars": 146372,
    "translated_chars_percent": 0.7,
    "fuzzy": 11296,
    "fuzzy_percent": 3.9,
    "fuzzy_words": 16958,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 114124,
    "fuzzy_chars_percent": 0.6,
    "failing": 1108,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 0.1,
    "readonly_words": 76,
    "readonly_words_percent": 0.1,
    "readonly_chars": 546,
    "readonly_chars_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "Luxembourgish",
    "url": "https://translations.documentfoundation.org/languages/lb/"
}