Languages API.

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

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

{
    "total": 2430,
    "total_words": 14792,
    "total_chars": 92479,
    "last_change": "2024-02-10T16:36:58.188437Z",
    "recent_changes": 5,
    "translated": 291,
    "translated_words": 1218,
    "translated_percent": 11.9,
    "translated_words_percent": 8.2,
    "translated_chars": 7941,
    "translated_chars_percent": 8.5,
    "fuzzy": 35,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 231,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 1647,
    "fuzzy_chars_percent": 1.7,
    "failing": 75,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.3,
    "readonly_words": 16,
    "readonly_words_percent": 0.1,
    "readonly_chars": 114,
    "readonly_chars_percent": 0.1,
    "suggestions": 41,
    "comments": 0,
    "name": "Baluchi",
    "url": "https://translate.fedoraproject.org/languages/bal/"
}