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": 12703,
    "total_words": 83496,
    "total_chars": 607434,
    "last_change": "2024-01-22T05:39:07.997554Z",
    "recent_changes": 29,
    "translated": 12676,
    "translated_words": 82657,
    "translated_percent": 99.7,
    "translated_words_percent": 98.9,
    "translated_chars": 601457,
    "translated_chars_percent": 99.0,
    "fuzzy": 25,
    "fuzzy_percent": 0.1,
    "failing": 1572,
    "failing_percent": 12.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3280,
    "readonly_percent": 25.8,
    "suggestions": 6,
    "comments": 49,
    "name": "English",
    "url": "http://translate.pkp.sfu.ca/languages/en/"
}