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": 9878,
    "total_words": 54574,
    "total_chars": 352077,
    "last_change": "2024-05-10T00:15:39.867995Z",
    "recent_changes": 1006,
    "translated": 2317,
    "translated_words": 11639,
    "translated_percent": 23.4,
    "translated_words_percent": 21.3,
    "translated_chars": 75317,
    "translated_chars_percent": 21.3,
    "fuzzy": 41,
    "fuzzy_percent": 0.4,
    "failing": 30,
    "failing_percent": 0.3,
    "approved": 1721,
    "approved_percent": 17.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 13,
    "comments": 0,
    "name": "Spanish",
    "url": "https://weblate.rob006.net/languages/es/"
}