Languages API.

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

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

{
    "total": 11453,
    "total_words": 76985,
    "last_change": "2023-06-26T16:04:49.968735Z",
    "recent_changes": 126,
    "translated": 10262,
    "translated_words": 66529,
    "translated_percent": 89.6,
    "translated_words_percent": 86.4,
    "translated_chars": 408265,
    "translated_chars_percent": 85.6,
    "total_chars": 476537,
    "fuzzy": 951,
    "fuzzy_percent": 8.3,
    "failing": 343,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Latvian",
    "url": "http://translate.cacti.net/languages/lv/"
}