Languages API.

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

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

{
    "total": 6353,
    "total_words": 24464,
    "total_chars": 160960,
    "last_change": "2024-04-25T17:19:11.162586Z",
    "recent_changes": 100,
    "translated": 2361,
    "translated_words": 6260,
    "translated_percent": 37.1,
    "translated_words_percent": 25.5,
    "translated_chars": 43861,
    "translated_chars_percent": 27.2,
    "fuzzy": 779,
    "fuzzy_percent": 12.2,
    "failing": 429,
    "failing_percent": 6.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 542,
    "comments": 0,
    "name": "Greek",
    "url": "https://l10n.elementary.io/languages/el/"
}