Languages API.

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

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

{
    "total": 11402,
    "total_words": 118286,
    "last_change": "2024-05-06T14:50:55.734756Z",
    "recent_changes": 231,
    "translated": 5333,
    "translated_words": 48837,
    "translated_percent": 46.7,
    "translated_words_percent": 41.2,
    "translated_chars": 294662,
    "translated_chars_percent": 41.5,
    "total_chars": 709628,
    "fuzzy": 293,
    "fuzzy_percent": 2.5,
    "failing": 1096,
    "failing_percent": 9.6,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 9,
    "readonly_percent": 0.1,
    "suggestions": 29,
    "comments": 6,
    "name": "Hebrew",
    "url": "https://translate.habitica.com/languages/he/"
}