Languages API.

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

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

{
    "total": 2682,
    "total_words": 15857,
    "last_change": "2026-08-25T12:57:22.995592Z",
    "recent_changes": 184,
    "translated": 1060,
    "translated_words": 5820,
    "translated_percent": 39.5,
    "translated_words_percent": 36.7,
    "translated_chars": 34591,
    "translated_chars_percent": 33.3,
    "total_chars": 103858,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 41,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.duniter.org/languages/pt_BR/"
}