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": 5850,
    "total_words": 29710,
    "total_chars": 180883,
    "last_change": "2024-01-09T03:05:24.496684Z",
    "recent_changes": 270,
    "translated": 5711,
    "translated_words": 28551,
    "translated_percent": 97.6,
    "translated_words_percent": 96.0,
    "translated_chars": 173977,
    "translated_chars_percent": 96.1,
    "fuzzy": 91,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 731,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 4497,
    "fuzzy_chars_percent": 2.4,
    "failing": 527,
    "failing_percent": 9.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.4,
    "readonly_words": 13,
    "readonly_words_percent": 0.1,
    "readonly_chars": 55,
    "readonly_chars_percent": 0.1,
    "suggestions": 9,
    "comments": 0,
    "name": "Portuguese (Brazil)",
    "url": "https://l10n.xwiki.org/languages/pt_BR/"
}