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": 184,
    "total_words": 1312,
    "last_change": "2023-01-29T10:11:23.289327Z",
    "recent_changes": 12,
    "translated": 62,
    "translated_words": 255,
    "translated_percent": 33.6,
    "translated_words_percent": 19.4,
    "translated_chars": 2312,
    "translated_chars_percent": 25.9,
    "total_chars": 8907,
    "fuzzy": 2,
    "fuzzy_percent": 1.0,
    "failing": 3,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 2.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Tamil",
    "url": "https://weblate.rikka.app/languages/ta/"
}