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": 499,
    "total_words": 3544,
    "total_chars": 23136,
    "last_change": "2024-01-14T12:22:34.854060Z",
    "recent_changes": 4,
    "translated": 461,
    "translated_words": 3272,
    "translated_percent": 92.3,
    "translated_words_percent": 92.3,
    "translated_chars": 21351,
    "translated_chars_percent": 92.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.4,
    "approved": 292,
    "approved_percent": 58.5,
    "approved_words": 2148,
    "approved_words_percent": 60.6,
    "approved_chars": 13952,
    "approved_chars_percent": 60.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 8,
    "comments": 4,
    "name": "German",
    "url": "https://weblate.securedrop.org/languages/de/"
}