Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/pt_PT/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 232977,
    "total_words": 2125850,
    "total_chars": 13283658,
    "last_change": "2024-04-28T12:00:59.678120Z",
    "recent_changes": 9777,
    "translated": 148074,
    "translated_words": 936683,
    "translated_percent": 63.5,
    "translated_words_percent": 44.0,
    "translated_chars": 6080092,
    "translated_chars_percent": 45.7,
    "fuzzy": 14516,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 107180,
    "fuzzy_words_percent": 5.0,
    "fuzzy_chars": 690511,
    "fuzzy_chars_percent": 5.1,
    "failing": 8552,
    "failing_percent": 3.6,
    "approved": 8247,
    "approved_percent": 3.5,
    "approved_words": 45125,
    "approved_words_percent": 2.1,
    "approved_chars": 296404,
    "approved_chars_percent": 2.2,
    "readonly": 2013,
    "readonly_percent": 0.8,
    "readonly_words": 18719,
    "readonly_words_percent": 0.8,
    "readonly_chars": 144415,
    "readonly_chars_percent": 1.0,
    "suggestions": 4069,
    "comments": 46,
    "name": "Portuguese (Portugal)",
    "url": "https://hosted.weblate.org/languages/pt_PT/"
}