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": 742,
    "total_words": 3191,
    "last_change": "2021-10-22T01:30:20.600421Z",
    "recent_changes": 198,
    "translated": 545,
    "translated_words": 2238,
    "translated_percent": 73.4,
    "translated_words_percent": 70.1,
    "translated_chars": 13851,
    "translated_chars_percent": 69.8,
    "total_chars": 19833,
    "fuzzy": 31,
    "fuzzy_percent": 4.1,
    "failing": 10,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "name": "Spanish",
    "url": "https://weblate.info.ucl.ac.be/languages/es/"
}