Languages API.

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

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

{
    "total": 9031,
    "total_words": 61107,
    "total_chars": 421964,
    "last_change": "2024-03-28T06:01:01.093061Z",
    "recent_changes": 1020,
    "translated": 7641,
    "translated_words": 46192,
    "translated_percent": 84.6,
    "translated_words_percent": 75.5,
    "translated_chars": 320439,
    "translated_chars_percent": 75.9,
    "fuzzy": 55,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 522,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 3374,
    "fuzzy_chars_percent": 0.7,
    "failing": 54,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.3,
    "readonly_words": 246,
    "readonly_words_percent": 0.4,
    "readonly_chars": 2260,
    "readonly_chars_percent": 0.5,
    "suggestions": 187,
    "comments": 2,
    "name": "Galician",
    "url": "https://weblate.framasoft.org/languages/gl/"
}