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": 922,
    "total_words": 6120,
    "last_change": "2024-05-27T17:21:21.553851Z",
    "recent_changes": 19,
    "translated": 601,
    "translated_words": 4671,
    "translated_percent": 65.1,
    "translated_words_percent": 76.3,
    "translated_chars": 31984,
    "translated_chars_percent": 76.5,
    "total_chars": 41761,
    "fuzzy": 2,
    "fuzzy_percent": 0.2,
    "failing": 5,
    "failing_percent": 0.5,
    "approved": 185,
    "approved_percent": 20.0,
    "readonly": 3,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "German",
    "url": "https://weblate.ppc.lol/languages/de/"
}