Languages API.

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

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

{
    "total": 11381,
    "total_words": 118266,
    "last_change": "2024-05-09T12:40:15.421299Z",
    "recent_changes": 206,
    "translated": 6398,
    "translated_words": 60944,
    "translated_percent": 56.2,
    "translated_words_percent": 51.5,
    "translated_chars": 365735,
    "translated_chars_percent": 51.5,
    "total_chars": 709564,
    "fuzzy": 391,
    "fuzzy_percent": 3.4,
    "failing": 403,
    "failing_percent": 3.5,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 12,
    "comments": 14,
    "name": "Bulgarian",
    "url": "https://translate.habitica.com/languages/bg/"
}