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": 5466,
    "total_words": 58763,
    "total_chars": 476700,
    "last_change": "2026-07-23T09:02:06.714912Z",
    "recent_changes": 124,
    "translated": 2749,
    "translated_words": 23386,
    "translated_percent": 50.2,
    "translated_words_percent": 39.7,
    "translated_chars": 204842,
    "translated_chars_percent": 42.9,
    "fuzzy": 659,
    "fuzzy_percent": 12.0,
    "fuzzy_words": 7813,
    "fuzzy_words_percent": 13.2,
    "fuzzy_chars": 65879,
    "fuzzy_chars_percent": 13.8,
    "failing": 252,
    "failing_percent": 4.6,
    "approved": 1803,
    "approved_percent": 32.9,
    "approved_words": 12927,
    "approved_words_percent": 21.9,
    "approved_chars": 123125,
    "approved_chars_percent": 25.8,
    "readonly": 44,
    "readonly_percent": 0.8,
    "readonly_words": 113,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1146,
    "readonly_chars_percent": 0.2,
    "suggestions": 2312,
    "comments": 3,
    "name": "Portuguese",
    "url": "https://translate.tails.net/languages/pt/"
}