Languages API.

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

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

{
    "total": 5426,
    "total_words": 57745,
    "total_chars": 469700,
    "last_change": "2026-01-15T11:08:23.075463Z",
    "recent_changes": 178,
    "translated": 2872,
    "translated_words": 24842,
    "translated_percent": 52.9,
    "translated_words_percent": 43.0,
    "translated_chars": 216750,
    "translated_chars_percent": 46.1,
    "fuzzy": 615,
    "fuzzy_percent": 11.3,
    "fuzzy_words": 7333,
    "fuzzy_words_percent": 12.6,
    "fuzzy_chars": 61759,
    "fuzzy_chars_percent": 13.1,
    "failing": 580,
    "failing_percent": 10.6,
    "approved": 1895,
    "approved_percent": 34.9,
    "approved_words": 13809,
    "approved_words_percent": 23.9,
    "approved_chars": 130296,
    "approved_chars_percent": 27.7,
    "readonly": 46,
    "readonly_percent": 0.8,
    "readonly_words": 116,
    "readonly_words_percent": 0.2,
    "readonly_chars": 1434,
    "readonly_chars_percent": 0.3,
    "suggestions": 2436,
    "comments": 3,
    "name": "Portuguese",
    "url": "https://translate.tails.net/languages/pt/"
}