Languages API.

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

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

{
    "total": 11424,
    "total_words": 118349,
    "last_change": "2024-05-09T12:40:17.579227Z",
    "recent_changes": 296,
    "translated": 7441,
    "translated_words": 68929,
    "translated_percent": 65.1,
    "translated_words_percent": 58.2,
    "translated_chars": 412943,
    "translated_chars_percent": 58.1,
    "total_chars": 710050,
    "fuzzy": 295,
    "fuzzy_percent": 2.5,
    "failing": 1876,
    "failing_percent": 16.4,
    "approved": 926,
    "approved_percent": 8.1,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 57,
    "comments": 3,
    "name": "Czech",
    "url": "https://translate.habitica.com/languages/cs/"
}