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": 2477,
    "total_words": 15072,
    "total_chars": 118069,
    "last_change": "2024-04-15T09:47:55.944949Z",
    "recent_changes": 0,
    "translated": 75,
    "translated_words": 128,
    "translated_percent": 3.0,
    "translated_words_percent": 0.8,
    "translated_chars": 841,
    "translated_chars_percent": 0.7,
    "fuzzy": 2338,
    "fuzzy_percent": 94.3,
    "fuzzy_words": 14724,
    "fuzzy_words_percent": 97.6,
    "fuzzy_chars": 115916,
    "fuzzy_chars_percent": 98.1,
    "failing": 2004,
    "failing_percent": 80.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 17,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Tamil",
    "url": "https://weblate.framasoft.org/languages/ta/"
}