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": 32888,
    "total_words": 223750,
    "total_chars": 1439645,
    "last_change": "2024-04-24T02:37:44.227576Z",
    "recent_changes": 117,
    "translated": 6632,
    "translated_words": 29337,
    "translated_percent": 20.1,
    "translated_words_percent": 13.1,
    "translated_chars": 198133,
    "translated_chars_percent": 13.7,
    "fuzzy": 1217,
    "fuzzy_percent": 3.7,
    "fuzzy_words": 5380,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 34875,
    "fuzzy_chars_percent": 2.4,
    "failing": 542,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 15,
    "readonly_percent": 0.1,
    "readonly_words": 26,
    "readonly_words_percent": 0.1,
    "readonly_chars": 179,
    "readonly_chars_percent": 0.1,
    "suggestions": 2628,
    "comments": 0,
    "name": "Galician",
    "url": "https://translate.fedoraproject.org/languages/gl/"
}