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": 348,
    "total_words": 2785,
    "total_chars": 18827,
    "last_change": "2021-07-09T04:28:17.817180Z",
    "recent_changes": 5,
    "translated": 193,
    "translated_words": 1729,
    "translated_percent": 55.4,
    "translated_words_percent": 62.0,
    "translated_chars": 11853,
    "translated_chars_percent": 62.9,
    "fuzzy": 9,
    "fuzzy_percent": 2.5,
    "fuzzy_words": 55,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 430,
    "fuzzy_chars_percent": 2.2,
    "failing": 3,
    "failing_percent": 0.8,
    "approved": 5,
    "approved_percent": 1.4,
    "approved_words": 30,
    "approved_words_percent": 1.0,
    "approved_chars": 187,
    "approved_chars_percent": 0.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Turkish",
    "url": "https://weblate.vivid-inc.net/languages/tr/"
}