Languages API.

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

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

{
    "total": 2437,
    "total_words": 22695,
    "total_chars": 155348,
    "last_change": "2025-11-03T08:39:20.270909Z",
    "recent_changes": 10,
    "translated": 2358,
    "translated_words": 21752,
    "translated_percent": 96.7,
    "translated_words_percent": 95.8,
    "translated_chars": 148624,
    "translated_chars_percent": 95.6,
    "fuzzy": 66,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 746,
    "fuzzy_words_percent": 3.2,
    "fuzzy_chars": 5129,
    "fuzzy_chars_percent": 3.3,
    "failing": 456,
    "failing_percent": 18.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 1.3,
    "readonly_words": 34,
    "readonly_words_percent": 0.1,
    "readonly_chars": 134,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Portuguese (Portugal)",
    "url": "https://weblate.immersivetranslate.com/languages/pt_PT/"
}