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": 37363,
    "total_words": 638523,
    "last_change": "2024-03-17T11:11:59.960672Z",
    "recent_changes": 288,
    "translated": 344,
    "translated_words": 4921,
    "translated_percent": 0.9,
    "translated_words_percent": 0.7,
    "translated_chars": 31869,
    "translated_chars_percent": 0.7,
    "total_chars": 4382677,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 3,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Greek",
    "url": "https://translate-dev.freebsd.org/languages/el/"
}