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": 9465,
    "total_words": 111827,
    "total_chars": 857671,
    "last_change": "2025-05-08T22:31:37.266495Z",
    "recent_changes": 723,
    "translated": 4394,
    "translated_words": 36108,
    "translated_percent": 46.4,
    "translated_words_percent": 32.2,
    "translated_chars": 312662,
    "translated_chars_percent": 36.4,
    "fuzzy": 361,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 5192,
    "fuzzy_words_percent": 4.6,
    "fuzzy_chars": 44324,
    "fuzzy_chars_percent": 5.1,
    "failing": 154,
    "failing_percent": 1.6,
    "approved": 2925,
    "approved_percent": 30.9,
    "approved_words": 21477,
    "approved_words_percent": 19.2,
    "approved_chars": 191831,
    "approved_chars_percent": 22.3,
    "readonly": 249,
    "readonly_percent": 2.6,
    "readonly_words": 1054,
    "readonly_words_percent": 0.9,
    "readonly_chars": 10451,
    "readonly_chars_percent": 1.2,
    "suggestions": 3746,
    "comments": 2,
    "name": "Portuguese",
    "url": "https://translate.tails.net/languages/pt/"
}