Languages API.

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

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

{
    "total": 10791,
    "total_words": 57670,
    "total_chars": 371679,
    "last_change": "2022-09-12T09:48:38.296299Z",
    "recent_changes": 21,
    "translated": 19,
    "translated_words": 92,
    "translated_percent": 0.1,
    "translated_words_percent": 0.1,
    "translated_chars": 669,
    "translated_chars_percent": 0.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Belarusian",
    "url": "https://weblate.rob006.net/languages/be/"
}