Languages API.

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

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

{
    "total": 6600,
    "total_words": 112874,
    "last_change": "2021-10-24T16:51:59.331884Z",
    "recent_changes": 291,
    "translated": 5500,
    "translated_words": 79770,
    "translated_percent": 83.3,
    "translated_words_percent": 70.6,
    "translated_chars": 466755,
    "translated_chars_percent": 69.6,
    "total_chars": 669889,
    "fuzzy": 1100,
    "fuzzy_percent": 16.6,
    "failing": 3650,
    "failing_percent": 55.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1652,
    "readonly_percent": 25.0,
    "suggestions": 0,
    "comments": 37,
    "name": "English",
    "url": "http://translate.diyseeds.org/languages/en/"
}