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": 3034,
    "total_words": 23972,
    "total_chars": 157046,
    "last_change": "2025-03-21T03:22:21.807122Z",
    "recent_changes": 3,
    "translated": 448,
    "translated_words": 3813,
    "translated_percent": 14.7,
    "translated_words_percent": 15.9,
    "translated_chars": 25428,
    "translated_chars_percent": 16.1,
    "fuzzy": 5,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Belarusian",
    "url": "http://translate.pkp.sfu.ca/languages/be/"
}