Languages API.

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

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

{
    "total": 154,
    "total_words": 1170,
    "total_chars": 8320,
    "last_change": "2023-12-06T17:28:33.190794Z",
    "recent_changes": 60,
    "translated": 147,
    "translated_words": 1159,
    "translated_percent": 95.4,
    "translated_words_percent": 99.0,
    "translated_chars": 8254,
    "translated_chars_percent": 99.2,
    "fuzzy": 4,
    "fuzzy_percent": 2.5,
    "failing": 5,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Spanish",
    "url": "http://translate.pkp.sfu.ca/languages/es_ES/"
}