Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/tr_TR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 51971,
    "total_words": 917982,
    "last_change": "2025-01-24T13:44:43.069901Z",
    "recent_changes": 136,
    "translated": 2983,
    "translated_words": 49687,
    "translated_percent": 5.7,
    "translated_words_percent": 5.4,
    "translated_chars": 420989,
    "translated_chars_percent": 6.1,
    "total_chars": 6790501,
    "fuzzy": 6730,
    "fuzzy_percent": 12.9,
    "failing": 6563,
    "failing_percent": 12.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Turkish",
    "url": "https://translate-dev.freebsd.org/languages/tr_TR/"
}