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": 35465,
    "total_words": 244557,
    "total_chars": 1572343,
    "last_change": "2024-03-28T22:43:11.845542Z",
    "recent_changes": 211,
    "translated": 11117,
    "translated_words": 41410,
    "translated_percent": 31.3,
    "translated_words_percent": 16.9,
    "translated_chars": 260392,
    "translated_chars_percent": 16.5,
    "fuzzy": 1216,
    "fuzzy_percent": 3.4,
    "fuzzy_words": 7498,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 54058,
    "fuzzy_chars_percent": 3.4,
    "failing": 847,
    "failing_percent": 2.3,
    "approved": 12,
    "approved_percent": 0.1,
    "approved_words": 81,
    "approved_words_percent": 0.1,
    "approved_chars": 503,
    "approved_chars_percent": 0.1,
    "readonly": 1022,
    "readonly_percent": 2.8,
    "readonly_words": 661,
    "readonly_words_percent": 0.2,
    "readonly_chars": 8251,
    "readonly_chars_percent": 0.5,
    "suggestions": 1321,
    "comments": 1,
    "name": "Gaelic",
    "url": "https://hosted.weblate.org/languages/gd/"
}