Languages API.

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

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

{
    "total": 1512,
    "total_words": 4541,
    "last_change": "2021-07-15T03:00:21.873440Z",
    "recent_changes": 14,
    "translated": 1494,
    "translated_words": 4489,
    "translated_percent": 98.8,
    "translated_words_percent": 98.8,
    "translated_chars": 27094,
    "translated_chars_percent": 98.8,
    "total_chars": 27415,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 775,
    "failing_percent": 51.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 116,
    "readonly_percent": 7.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Tamil",
    "url": "https://translate.opensourcepos.org/languages/ta/"
}