Languages API.

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

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

{
    "total": 283388,
    "total_words": 2396271,
    "total_chars": 19009769,
    "last_change": "2022-08-19T07:42:36.963604Z",
    "recent_changes": 76,
    "translated": 43600,
    "translated_words": 134512,
    "translated_percent": 15.3,
    "translated_words_percent": 5.6,
    "translated_chars": 840162,
    "translated_chars_percent": 4.4,
    "fuzzy": 13716,
    "fuzzy_percent": 4.8,
    "fuzzy_words": 28456,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 181311,
    "fuzzy_chars_percent": 0.9,
    "failing": 1486,
    "failing_percent": 0.5,
    "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": 0,
    "comments": 0,
    "name": "Lao",
    "url": "https://translations.documentfoundation.org/languages/lo/"
}