Languages API.

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

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

{
    "total": 5309,
    "total_words": 25367,
    "total_chars": 154139,
    "last_change": "2023-10-21T03:07:44.089340Z",
    "recent_changes": 27,
    "translated": 4023,
    "translated_words": 16363,
    "translated_percent": 75.7,
    "translated_words_percent": 64.5,
    "translated_chars": 100130,
    "translated_chars_percent": 64.9,
    "fuzzy": 931,
    "fuzzy_percent": 17.5,
    "fuzzy_words": 7292,
    "fuzzy_words_percent": 28.7,
    "fuzzy_chars": 43629,
    "fuzzy_chars_percent": 28.3,
    "failing": 1447,
    "failing_percent": 27.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24,
    "readonly_percent": 0.4,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 50,
    "readonly_chars_percent": 0.1,
    "suggestions": 20,
    "comments": 0,
    "name": "Turkish",
    "url": "https://l10n.xwiki.org/languages/tr/"
}