Languages API.

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

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

{
    "total": 5152,
    "total_words": 44860,
    "total_chars": 328498,
    "last_change": "2024-04-24T12:57:43.569500Z",
    "recent_changes": 31,
    "translated": 4931,
    "translated_words": 43042,
    "translated_percent": 95.7,
    "translated_words_percent": 95.9,
    "translated_chars": 316983,
    "translated_chars_percent": 96.4,
    "fuzzy": 19,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 110,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 1028,
    "fuzzy_chars_percent": 0.3,
    "failing": 341,
    "failing_percent": 6.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1337,
    "readonly_percent": 25.9,
    "readonly_words": 17439,
    "readonly_words_percent": 38.8,
    "readonly_chars": 129236,
    "readonly_chars_percent": 39.3,
    "suggestions": 4,
    "comments": 21,
    "name": "English (United States)",
    "url": "https://weblate.framasoft.org/languages/en_US/"
}