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": 3028,
    "total_words": 23966,
    "total_chars": 157002,
    "last_change": "2025-03-21T03:22:21.807122Z",
    "recent_changes": 3,
    "translated": 453,
    "translated_words": 3999,
    "translated_percent": 14.9,
    "translated_words_percent": 16.6,
    "translated_chars": 26580,
    "translated_chars_percent": 16.9,
    "fuzzy": 5,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Belarusian",
    "url": "http://translate.pkp.sfu.ca/languages/be/"
}