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": 675,
    "total_words": 4333,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:27:24.080446Z",
    "recent_changes": 3,
    "translated": 231,
    "translated_words": 666,
    "translated_percent": 34.2,
    "translated_words_percent": 15.3,
    "translated_chars": 4091,
    "translated_chars_percent": 15.7,
    "fuzzy": 27,
    "fuzzy_percent": 4.0,
    "fuzzy_words": 169,
    "fuzzy_words_percent": 3.9,
    "fuzzy_chars": 1070,
    "fuzzy_chars_percent": 4.1,
    "failing": 10,
    "failing_percent": 1.4,
    "approved": 179,
    "approved_percent": 26.5,
    "approved_words": 455,
    "approved_words_percent": 10.5,
    "approved_chars": 2842,
    "approved_chars_percent": 10.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "name": "Tamil",
    "url": "https://weblate.tusky.app/languages/ta/"
}