Languages API.

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

GET /api/languages/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 155489,
    "total_words": 2100120,
    "last_change": "2024-04-25T20:42:34.346222Z",
    "recent_changes": 2417,
    "translated": 55300,
    "translated_words": 355094,
    "translated_percent": 35.5,
    "translated_words_percent": 16.9,
    "translated_chars": 2428754,
    "translated_chars_percent": 16.7,
    "total_chars": 14467092,
    "fuzzy": 21391,
    "fuzzy_percent": 13.7,
    "failing": 9713,
    "failing_percent": 6.2,
    "approved": 2084,
    "approved_percent": 1.3,
    "readonly": 965,
    "readonly_percent": 0.6,
    "suggestions": 150,
    "comments": 17,
    "name": "German",
    "url": "https://l10n.opensuse.org/languages/de/"
}