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": 69526,
    "total_words": 571365,
    "total_chars": 3521306,
    "last_change": "2024-03-17T19:28:34.075894Z",
    "recent_changes": 1785,
    "translated": 42652,
    "translated_words": 364647,
    "translated_percent": 61.3,
    "translated_words_percent": 63.8,
    "translated_chars": 2142454,
    "translated_chars_percent": 60.8,
    "fuzzy": 3325,
    "fuzzy_percent": 4.7,
    "fuzzy_words": 28755,
    "fuzzy_words_percent": 5.0,
    "fuzzy_chars": 163071,
    "fuzzy_chars_percent": 4.6,
    "failing": 4175,
    "failing_percent": 6.0,
    "approved": 120,
    "approved_percent": 0.1,
    "approved_words": 262,
    "approved_words_percent": 0.1,
    "approved_chars": 1654,
    "approved_chars_percent": 0.1,
    "readonly": 73,
    "readonly_percent": 0.1,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 553,
    "comments": 109,
    "name": "Basque",
    "url": "https://itzulpenak.gamerauntsia.eus/languages/eu/"
}