Languages API.

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

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

{
    "total": 62321,
    "total_words": 558516,
    "total_chars": 3790627,
    "last_change": "2024-05-10T02:48:22.834254Z",
    "recent_changes": 348,
    "translated": 25719,
    "translated_words": 156741,
    "translated_percent": 41.2,
    "translated_words_percent": 28.0,
    "translated_chars": 1008516,
    "translated_chars_percent": 26.6,
    "fuzzy": 677,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 4250,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 28969,
    "fuzzy_chars_percent": 0.7,
    "failing": 718,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 23,
    "readonly_percent": 0.1,
    "readonly_words": 42,
    "readonly_words_percent": 0.1,
    "readonly_chars": 331,
    "readonly_chars_percent": 0.1,
    "suggestions": 6417,
    "comments": 2,
    "name": "Arabic",
    "url": "https://translate.fedoraproject.org/languages/ar/"
}