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": 309,
    "total_words": 1140,
    "total_chars": 7250,
    "last_change": "2023-12-06T23:22:20.820649Z",
    "recent_changes": 11,
    "translated": 36,
    "translated_words": 76,
    "translated_percent": 11.6,
    "translated_words_percent": 6.6,
    "translated_chars": 466,
    "translated_chars_percent": 6.4,
    "fuzzy": 11,
    "fuzzy_percent": 3.5,
    "failing": 8,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "name": "Tamil",
    "url": "https://translations.zorin.com/languages/ta/"
}