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": 3040,
    "total_words": 23964,
    "total_chars": 156883,
    "last_change": "2025-03-21T03:22:21.807122Z",
    "recent_changes": 3,
    "translated": 443,
    "translated_words": 3740,
    "translated_percent": 14.5,
    "translated_words_percent": 15.6,
    "translated_chars": 24844,
    "translated_chars_percent": 15.8,
    "fuzzy": 6,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Belarusian",
    "url": "http://translate.pkp.sfu.ca/languages/be/"
}