Languages API.

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

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

{
    "total": 386,
    "total_words": 1297,
    "last_change": null,
    "recent_changes": 0,
    "translated": 68,
    "translated_words": 139,
    "translated_percent": 17.6,
    "translated_words_percent": 10.7,
    "translated_chars": 867,
    "translated_chars_percent": 10.6,
    "total_chars": 8126,
    "fuzzy": 11,
    "fuzzy_percent": 2.8,
    "failing": 1,
    "failing_percent": 0.2,
    "name": "Serbian",
    "url": "https://translate.lxqt-project.org/languages/sr_BA/"
}