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": 13032,
    "total_words": 322294,
    "total_chars": 2544937,
    "last_change": "2026-04-02T20:54:44.951519Z",
    "recent_changes": 3,
    "translated": 553,
    "translated_words": 3923,
    "translated_percent": 4.2,
    "translated_words_percent": 1.2,
    "translated_chars": 29433,
    "translated_chars_percent": 1.1,
    "fuzzy": 209,
    "fuzzy_percent": 1.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 31,
    "comments": 0,
    "name": "Portuguese (Portugal)",
    "url": "https://weblate.mineland.net/languages/pt_PT/"
}