Languages API.

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

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

{
    "total": 5491,
    "total_words": 20705,
    "total_chars": 137200,
    "last_change": "2024-05-01T01:40:10.726501Z",
    "recent_changes": 2,
    "translated": 500,
    "translated_words": 1667,
    "translated_percent": 9.1,
    "translated_words_percent": 8.0,
    "translated_chars": 11503,
    "translated_chars_percent": 8.3,
    "fuzzy": 77,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 439,
    "fuzzy_words_percent": 2.1,
    "fuzzy_chars": 3169,
    "fuzzy_chars_percent": 2.3,
    "failing": 66,
    "failing_percent": 1.2,
    "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.2,
    "readonly_words": 11,
    "readonly_words_percent": 0.1,
    "readonly_chars": 159,
    "readonly_chars_percent": 0.1,
    "suggestions": 4,
    "comments": 0,
    "name": "Odia",
    "url": "https://l10n.elementary.io/languages/or/"
}