Languages API.

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

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

{
    "total": 8982,
    "total_words": 78383,
    "total_chars": 529395,
    "last_change": "2024-04-26T13:25:16.514348Z",
    "recent_changes": 353,
    "translated": 8600,
    "translated_words": 71515,
    "translated_percent": 95.7,
    "translated_words_percent": 91.2,
    "translated_chars": 479967,
    "translated_chars_percent": 90.6,
    "fuzzy": 41,
    "fuzzy_percent": 0.4,
    "failing": 56,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 34,
    "readonly_percent": 0.3,
    "suggestions": 1,
    "comments": 22,
    "name": "Spanish",
    "url": "http://translate.pkp.sfu.ca/languages/es/"
}