Languages API.

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

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

{
    "total": 675,
    "total_words": 4323,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:26:54.218134Z",
    "recent_changes": 3,
    "translated": 592,
    "translated_words": 2159,
    "translated_percent": 87.7,
    "translated_words_percent": 49.9,
    "translated_chars": 13324,
    "translated_chars_percent": 51.1,
    "fuzzy": 5,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 135,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 709,
    "fuzzy_chars_percent": 2.7,
    "failing": 6,
    "failing_percent": 0.8,
    "approved": 363,
    "approved_percent": 53.7,
    "approved_words": 1328,
    "approved_words_percent": 30.7,
    "approved_chars": 8310,
    "approved_chars_percent": 31.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "name": "Arabic",
    "url": "https://weblate.tusky.app/languages/ar/"
}