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": 43846,
    "total_words": 265071,
    "last_change": "2024-04-24T11:37:48.227273Z",
    "recent_changes": 1212,
    "translated": 35541,
    "translated_words": 213769,
    "translated_percent": 81.0,
    "translated_words_percent": 80.6,
    "translated_chars": 1450327,
    "translated_chars_percent": 79.4,
    "total_chars": 1825399,
    "fuzzy": 4690,
    "fuzzy_percent": 10.6,
    "failing": 2537,
    "failing_percent": 5.7,
    "approved": 52,
    "approved_percent": 0.1,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 73,
    "comments": 30,
    "name": "Swedish",
    "url": "https://l10n.opensuse.org/languages/sv/"
}