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": 11973,
    "total_words": 126895,
    "last_change": "2025-03-17T02:33:08.936635Z",
    "recent_changes": 233,
    "translated": 7447,
    "translated_words": 71110,
    "translated_percent": 62.1,
    "translated_words_percent": 56.0,
    "translated_chars": 426911,
    "translated_chars_percent": 56.1,
    "total_chars": 760592,
    "fuzzy": 210,
    "fuzzy_percent": 1.7,
    "failing": 578,
    "failing_percent": 4.8,
    "approved": 6,
    "approved_percent": 0.1,
    "readonly": 12,
    "readonly_percent": 0.1,
    "suggestions": 94,
    "comments": 5,
    "name": "Portuguese",
    "url": "https://translate.habitica.com/languages/pt/"
}