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": 7318,
    "total_words": 33198,
    "total_chars": 218226,
    "last_change": "2024-04-17T19:39:50.199457Z",
    "recent_changes": 459,
    "translated": 6687,
    "translated_words": 28376,
    "translated_percent": 91.3,
    "translated_words_percent": 85.4,
    "translated_chars": 185809,
    "translated_chars_percent": 85.1,
    "fuzzy": 55,
    "fuzzy_percent": 0.7,
    "failing": 164,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 14,
    "readonly_percent": 0.1,
    "suggestions": 574,
    "comments": 15,
    "name": "German",
    "url": "https://l10n.elementary.io/languages/de/"
}