Languages API.

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

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

{
    "total": 32094,
    "total_words": 209283,
    "total_chars": 1343118,
    "last_change": "2025-03-13T12:13:57.829047Z",
    "recent_changes": 8,
    "translated": 1093,
    "translated_words": 3176,
    "translated_percent": 3.4,
    "translated_words_percent": 1.5,
    "translated_chars": 19152,
    "translated_chars_percent": 1.4,
    "fuzzy": 531,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 2936,
    "fuzzy_words_percent": 1.4,
    "fuzzy_chars": 17756,
    "fuzzy_chars_percent": 1.3,
    "failing": 580,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 0.1,
    "readonly_words": 15,
    "readonly_words_percent": 0.1,
    "readonly_chars": 426,
    "readonly_chars_percent": 0.1,
    "suggestions": 662,
    "comments": 0,
    "name": "Burmese",
    "url": "https://translate.fedoraproject.org/languages/my/"
}