Languages API.

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

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

{
    "total": 195331,
    "total_words": 1783741,
    "total_chars": 11582140,
    "last_change": "2024-04-28T15:36:20.257510Z",
    "recent_changes": 796,
    "translated": 30682,
    "translated_words": 129797,
    "translated_percent": 15.7,
    "translated_words_percent": 7.2,
    "translated_chars": 593440,
    "translated_chars_percent": 5.1,
    "fuzzy": 20489,
    "fuzzy_percent": 10.4,
    "fuzzy_words": 65190,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 430934,
    "fuzzy_chars_percent": 3.7,
    "failing": 9461,
    "failing_percent": 4.8,
    "approved": 68,
    "approved_percent": 0.1,
    "approved_words": 1912,
    "approved_words_percent": 0.1,
    "approved_chars": 12864,
    "approved_chars_percent": 0.1,
    "readonly": 8164,
    "readonly_percent": 4.1,
    "readonly_words": 47742,
    "readonly_words_percent": 2.6,
    "readonly_chars": 77283,
    "readonly_chars_percent": 0.6,
    "suggestions": 1550,
    "comments": 0,
    "name": "Afrikaans",
    "url": "https://hosted.weblate.org/languages/af/"
}