Languages API.

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

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

{
    "total": 81634,
    "total_words": 713278,
    "total_chars": 4915037,
    "last_change": "2024-04-26T19:37:14.261351Z",
    "recent_changes": 174,
    "translated": 10877,
    "translated_words": 27252,
    "translated_percent": 13.3,
    "translated_words_percent": 3.8,
    "translated_chars": 175899,
    "translated_chars_percent": 3.5,
    "fuzzy": 2960,
    "fuzzy_percent": 3.6,
    "fuzzy_words": 9459,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 63591,
    "fuzzy_chars_percent": 1.2,
    "failing": 758,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 25,
    "readonly_percent": 0.1,
    "readonly_words": 40,
    "readonly_words_percent": 0.1,
    "readonly_chars": 281,
    "readonly_chars_percent": 0.1,
    "suggestions": 2187,
    "comments": 0,
    "name": "Basque",
    "url": "https://translate.fedoraproject.org/languages/eu/"
}