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": 6353,
    "total_words": 24464,
    "total_chars": 160960,
    "last_change": "2024-04-03T16:36:11.034752Z",
    "recent_changes": 28,
    "translated": 1328,
    "translated_words": 3140,
    "translated_percent": 20.9,
    "translated_words_percent": 12.8,
    "translated_chars": 24605,
    "translated_chars_percent": 15.2,
    "fuzzy": 271,
    "fuzzy_percent": 4.2,
    "failing": 139,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 204,
    "comments": 0,
    "name": "Tamil",
    "url": "https://l10n.elementary.io/languages/ta/"
}