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": 2431,
    "total_words": 14794,
    "total_chars": 92489,
    "last_change": "2024-10-23T08:17:06.823268Z",
    "recent_changes": 5,
    "translated": 290,
    "translated_words": 1216,
    "translated_percent": 11.9,
    "translated_words_percent": 8.2,
    "translated_chars": 7923,
    "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": 8,
    "readonly_percent": 0.3,
    "readonly_words": 14,
    "readonly_words_percent": 0.1,
    "readonly_chars": 96,
    "readonly_chars_percent": 0.1,
    "suggestions": 41,
    "comments": 0,
    "name": "Baluchi",
    "url": "https://translate.fedoraproject.org/languages/bal/"
}