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": 43647,
    "total_words": 336860,
    "total_chars": 2092337,
    "last_change": "2025-05-09T13:02:05.413941Z",
    "recent_changes": 15,
    "translated": 31783,
    "translated_words": 224590,
    "translated_percent": 72.8,
    "translated_words_percent": 66.6,
    "translated_chars": 1379928,
    "translated_chars_percent": 65.9,
    "fuzzy": 10240,
    "fuzzy_percent": 23.4,
    "failing": 1351,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Portuguese (Portugal)",
    "url": "https://translate.checkmk.com/languages/pt_PT/"
}