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": 12380,
    "total_words": 132187,
    "last_change": "2025-12-03T20:11:58.518542Z",
    "recent_changes": 438,
    "translated": 8272,
    "translated_words": 73427,
    "translated_percent": 66.8,
    "translated_words_percent": 55.5,
    "translated_chars": 439296,
    "translated_chars_percent": 55.4,
    "total_chars": 791595,
    "fuzzy": 304,
    "fuzzy_percent": 2.4,
    "failing": 603,
    "failing_percent": 4.8,
    "approved": 6,
    "approved_percent": 0.1,
    "readonly": 13,
    "readonly_percent": 0.1,
    "suggestions": 78,
    "comments": 5,
    "name": "Portuguese",
    "url": "https://translate.habitica.com/languages/pt/"
}