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": 9975,
    "total_words": 55142,
    "total_chars": 355714,
    "last_change": "2024-05-13T12:00:35.648405Z",
    "recent_changes": 139,
    "translated": 138,
    "translated_words": 330,
    "translated_percent": 1.3,
    "translated_words_percent": 0.5,
    "translated_chars": 4203,
    "translated_chars_percent": 1.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 138,
    "approved_percent": 1.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Tamil",
    "url": "https://weblate.rob006.net/languages/ta/"
}