Languages API.

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

GET /api/languages/sv/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.560453Z",
    "recent_changes": 5,
    "translated": 194,
    "translated_words": 1732,
    "translated_percent": 55.7,
    "translated_words_percent": 62.1,
    "translated_chars": 11883,
    "translated_chars_percent": 63.1,
    "fuzzy": 8,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 52,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 400,
    "fuzzy_chars_percent": 2.1,
    "failing": 6,
    "failing_percent": 1.7,
    "approved": 4,
    "approved_percent": 1.1,
    "approved_words": 24,
    "approved_words_percent": 0.8,
    "approved_chars": 168,
    "approved_chars_percent": 0.8,
    "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": "Swedish",
    "url": "https://weblate.vivid-inc.net/languages/sv/"
}