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": 10720,
    "total_words": 57383,
    "total_chars": 370009,
    "last_change": "2024-05-11T07:53:05.474722Z",
    "recent_changes": 2107,
    "translated": 5279,
    "translated_words": 29486,
    "translated_percent": 49.2,
    "translated_words_percent": 51.3,
    "translated_chars": 190000,
    "translated_chars_percent": 51.3,
    "fuzzy": 24,
    "fuzzy_percent": 0.2,
    "failing": 101,
    "failing_percent": 0.9,
    "approved": 1488,
    "approved_percent": 13.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "name": "German",
    "url": "https://weblate.rob006.net/languages/de/"
}