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": 284013,
    "total_words": 2398658,
    "total_chars": 19025378,
    "last_change": "2023-12-31T18:11:50.481499Z",
    "recent_changes": 1250,
    "translated": 220047,
    "translated_words": 1611145,
    "translated_percent": 77.4,
    "translated_words_percent": 67.1,
    "translated_chars": 12257030,
    "translated_chars_percent": 64.4,
    "fuzzy": 13,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 220,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 1258,
    "fuzzy_chars_percent": 0.1,
    "failing": 2142,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 70,
    "comments": 0,
    "name": "Portuguese",
    "url": "https://translations.documentfoundation.org/languages/pt/"
}