Languages API.

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

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

{
    "total": 8736,
    "total_words": 74197,
    "total_chars": 497903,
    "last_change": "2023-11-24T16:18:06.244506Z",
    "recent_changes": 399,
    "translated": 7536,
    "translated_words": 59666,
    "translated_percent": 86.2,
    "translated_words_percent": 80.4,
    "translated_chars": 396844,
    "translated_chars_percent": 79.7,
    "fuzzy": 44,
    "fuzzy_percent": 0.5,
    "failing": 124,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 0.3,
    "suggestions": 19,
    "comments": 0,
    "name": "French",
    "url": "http://translate.pkp.sfu.ca/languages/fr_FR/"
}