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": 12590,
    "total_words": 134008,
    "last_change": "2026-03-12T21:50:38.325154Z",
    "recent_changes": 507,
    "translated": 8888,
    "translated_words": 78382,
    "translated_percent": 70.5,
    "translated_words_percent": 58.4,
    "translated_chars": 470018,
    "translated_chars_percent": 58.5,
    "total_chars": 802459,
    "fuzzy": 542,
    "fuzzy_percent": 4.3,
    "failing": 772,
    "failing_percent": 6.1,
    "approved": 6,
    "approved_percent": 0.1,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 78,
    "comments": 5,
    "name": "Portuguese",
    "url": "https://translate.habitica.com/languages/pt/"
}