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": 308046,
    "total_words": 4657139,
    "total_chars": 33826511,
    "last_change": "2025-03-13T03:22:45.945782Z",
    "recent_changes": 2247,
    "translated": 113043,
    "translated_words": 1270625,
    "translated_percent": 36.6,
    "translated_words_percent": 27.2,
    "translated_chars": 8851985,
    "translated_chars_percent": 26.1,
    "fuzzy": 10293,
    "fuzzy_percent": 3.3,
    "fuzzy_words": 83998,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 680209,
    "fuzzy_chars_percent": 2.0,
    "failing": 6909,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 189,
    "readonly_percent": 0.1,
    "readonly_words": 733,
    "readonly_words_percent": 0.1,
    "readonly_chars": 9498,
    "readonly_chars_percent": 0.1,
    "suggestions": 18410,
    "comments": 21,
    "name": "Portuguese (Brazil)",
    "url": "https://translate.fedoraproject.org/languages/pt_BR/"
}