Languages API.

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

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

{
    "total": 5047,
    "total_words": 71199,
    "last_change": "2022-07-24T16:54:16.440338Z",
    "recent_changes": 148,
    "translated": 3673,
    "translated_words": 41192,
    "translated_percent": 72.7,
    "translated_words_percent": 57.8,
    "translated_chars": 234555,
    "translated_chars_percent": 56.9,
    "total_chars": 411719,
    "fuzzy": 24,
    "fuzzy_percent": 0.4,
    "failing": 3311,
    "failing_percent": 65.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Italian",
    "url": "http://translate.diyseeds.org/languages/it/"
}