Languages API.

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

GET /api/languages/gd/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:27:05.741700Z",
    "recent_changes": 3,
    "translated": 606,
    "translated_words": 2256,
    "translated_percent": 89.7,
    "translated_words_percent": 52.1,
    "translated_chars": 13936,
    "translated_chars_percent": 53.5,
    "fuzzy": 4,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 18,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 91,
    "fuzzy_chars_percent": 0.3,
    "failing": 2,
    "failing_percent": 0.2,
    "approved": 522,
    "approved_percent": 77.3,
    "approved_words": 1770,
    "approved_words_percent": 40.9,
    "approved_chars": 10986,
    "approved_chars_percent": 42.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Gaelic",
    "url": "https://weblate.tusky.app/languages/gd/"
}