Languages API.

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

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

{
    "total": 58256,
    "total_words": 394655,
    "total_chars": 2543187,
    "last_change": "2025-03-12T01:14:27.455396Z",
    "recent_changes": 96,
    "translated": 21548,
    "translated_words": 120957,
    "translated_percent": 36.9,
    "translated_words_percent": 30.6,
    "translated_chars": 773749,
    "translated_chars_percent": 30.4,
    "fuzzy": 5325,
    "fuzzy_percent": 9.1,
    "fuzzy_words": 33327,
    "fuzzy_words_percent": 8.4,
    "fuzzy_chars": 221496,
    "fuzzy_chars_percent": 8.7,
    "failing": 2701,
    "failing_percent": 4.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.1,
    "readonly_words": 49,
    "readonly_words_percent": 0.1,
    "readonly_chars": 714,
    "readonly_chars_percent": 0.1,
    "suggestions": 5196,
    "comments": 0,
    "name": "Odia",
    "url": "https://translate.fedoraproject.org/languages/or/"
}