Languages API.

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

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

{
    "total": 6366,
    "total_words": 24537,
    "total_chars": 161512,
    "last_change": "2024-05-01T15:31:57.903156Z",
    "recent_changes": 6,
    "translated": 185,
    "translated_words": 444,
    "translated_percent": 2.9,
    "translated_words_percent": 1.8,
    "translated_chars": 2806,
    "translated_chars_percent": 1.7,
    "fuzzy": 54,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 200,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 1202,
    "fuzzy_chars_percent": 0.7,
    "failing": 22,
    "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": 11,
    "readonly_percent": 0.1,
    "readonly_words": 11,
    "readonly_words_percent": 0.1,
    "readonly_chars": 159,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Luganda",
    "url": "https://l10n.elementary.io/languages/lg/"
}