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": 35821,
    "total_words": 241998,
    "total_chars": 1555625,
    "last_change": "2025-03-12T01:14:01.056339Z",
    "recent_changes": 28,
    "translated": 7249,
    "translated_words": 31942,
    "translated_percent": 20.2,
    "translated_words_percent": 13.1,
    "translated_chars": 215452,
    "translated_chars_percent": 13.8,
    "fuzzy": 1430,
    "fuzzy_percent": 3.9,
    "fuzzy_words": 6340,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 41208,
    "fuzzy_chars_percent": 2.6,
    "failing": 631,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 14,
    "readonly_percent": 0.1,
    "readonly_words": 24,
    "readonly_words_percent": 0.1,
    "readonly_chars": 161,
    "readonly_chars_percent": 0.1,
    "suggestions": 2935,
    "comments": 0,
    "name": "Galician",
    "url": "https://translate.fedoraproject.org/languages/gl/"
}