Languages API.

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

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

{
    "total": 37641,
    "total_words": 645648,
    "last_change": "2024-01-18T00:25:33.738754Z",
    "recent_changes": 129,
    "translated": 406,
    "translated_words": 6826,
    "translated_percent": 1.0,
    "translated_words_percent": 1.0,
    "translated_chars": 46255,
    "translated_chars_percent": 1.0,
    "total_chars": 4434429,
    "fuzzy": 68,
    "fuzzy_percent": 0.1,
    "failing": 56,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "name": "German",
    "url": "https://translate-dev.freebsd.org/languages/de_DE/"
}