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": 677,
    "total_words": 4325,
    "total_chars": 26043,
    "last_change": "2024-05-03T16:27:18.236461Z",
    "recent_changes": 8,
    "translated": 572,
    "translated_words": 3076,
    "translated_percent": 84.4,
    "translated_words_percent": 71.1,
    "translated_chars": 18413,
    "translated_chars_percent": 70.7,
    "fuzzy": 7,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 27,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 165,
    "fuzzy_chars_percent": 0.6,
    "failing": 6,
    "failing_percent": 0.8,
    "approved": 352,
    "approved_percent": 51.9,
    "approved_words": 1754,
    "approved_words_percent": 40.5,
    "approved_chars": 10458,
    "approved_chars_percent": 40.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.tusky.app/languages/pt_BR/"
}