Languages API.

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

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

{
    "total": 13894,
    "total_words": 96160,
    "total_chars": 699473,
    "last_change": "2024-11-13T12:29:43.911226Z",
    "recent_changes": 31,
    "translated": 13845,
    "translated_words": 94834,
    "translated_percent": 99.6,
    "translated_words_percent": 98.6,
    "translated_chars": 689713,
    "translated_chars_percent": 98.6,
    "fuzzy": 47,
    "fuzzy_percent": 0.3,
    "failing": 1562,
    "failing_percent": 11.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3902,
    "readonly_percent": 28.0,
    "suggestions": 5,
    "comments": 49,
    "name": "English",
    "url": "http://translate.pkp.sfu.ca/languages/en/"
}