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": 9975,
    "total_words": 55142,
    "total_chars": 355714,
    "last_change": "2024-01-27T13:37:04.385274Z",
    "recent_changes": 116,
    "translated": 841,
    "translated_words": 3647,
    "translated_percent": 8.4,
    "translated_words_percent": 6.6,
    "translated_chars": 24272,
    "translated_chars_percent": 6.8,
    "fuzzy": 12,
    "fuzzy_percent": 0.1,
    "failing": 85,
    "failing_percent": 0.8,
    "approved": 448,
    "approved_percent": 4.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Swedish",
    "url": "https://weblate.rob006.net/languages/sv/"
}