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": 11348,
    "total_words": 80189,
    "total_chars": 544028,
    "last_change": "2024-04-24T12:59:10.247898Z",
    "recent_changes": 316,
    "translated": 8454,
    "translated_words": 46601,
    "translated_percent": 74.4,
    "translated_words_percent": 58.1,
    "translated_chars": 314108,
    "translated_chars_percent": 57.7,
    "fuzzy": 469,
    "fuzzy_percent": 4.1,
    "fuzzy_words": 4008,
    "fuzzy_words_percent": 4.9,
    "fuzzy_chars": 30535,
    "fuzzy_chars_percent": 5.6,
    "failing": 403,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.2,
    "readonly_words": 237,
    "readonly_words_percent": 0.2,
    "readonly_chars": 2157,
    "readonly_chars_percent": 0.3,
    "suggestions": 133,
    "comments": 2,
    "name": "Swedish",
    "url": "https://weblate.framasoft.org/languages/sv/"
}