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": 151,
    "total_words": 1164,
    "last_change": "2023-04-12T13:08:26.144957Z",
    "recent_changes": 109,
    "translated": 131,
    "translated_words": 1140,
    "translated_percent": 86.7,
    "translated_words_percent": 97.9,
    "translated_chars": 8130,
    "translated_chars_percent": 98.2,
    "total_chars": 8276,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 5,
    "failing_percent": 3.3,
    "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/"
}