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": 10901,
    "total_words": 76630,
    "total_chars": 516057,
    "last_change": "2023-09-09T08:41:53.853268Z",
    "recent_changes": 537,
    "translated": 7030,
    "translated_words": 37904,
    "translated_percent": 64.4,
    "translated_words_percent": 49.4,
    "translated_chars": 253817,
    "translated_chars_percent": 49.1,
    "fuzzy": 588,
    "fuzzy_percent": 5.3,
    "failing": 591,
    "failing_percent": 5.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 0.2,
    "suggestions": 174,
    "comments": 2,
    "name": "Swedish",
    "url": "https://weblate.framasoft.org/languages/sv/"
}