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": 4791,
    "total_words": 22856,
    "total_chars": 138777,
    "last_change": "2023-10-21T03:07:17.999212Z",
    "recent_changes": 7,
    "translated": 1893,
    "translated_words": 7620,
    "translated_percent": 39.5,
    "translated_words_percent": 33.3,
    "translated_chars": 46807,
    "translated_chars_percent": 33.7,
    "fuzzy": 2854,
    "fuzzy_percent": 59.5,
    "fuzzy_words": 14993,
    "fuzzy_words_percent": 65.5,
    "fuzzy_chars": 90560,
    "fuzzy_chars_percent": 65.2,
    "failing": 3202,
    "failing_percent": 66.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24,
    "readonly_percent": 0.5,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 50,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Portuguese",
    "url": "https://l10n.xwiki.org/languages/pt/"
}