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": 287115,
    "total_words": 4240314,
    "total_chars": 30849688,
    "last_change": "2024-04-26T08:29:59.579917Z",
    "recent_changes": 879,
    "translated": 88875,
    "translated_words": 680088,
    "translated_percent": 30.9,
    "translated_words_percent": 16.0,
    "translated_chars": 4729448,
    "translated_chars_percent": 15.3,
    "fuzzy": 8017,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 47152,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 317063,
    "fuzzy_chars_percent": 1.0,
    "failing": 6838,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 50,
    "readonly_percent": 0.1,
    "readonly_words": 82,
    "readonly_words_percent": 0.1,
    "readonly_chars": 937,
    "readonly_chars_percent": 0.1,
    "suggestions": 8636,
    "comments": 5,
    "name": "German",
    "url": "https://translate.fedoraproject.org/languages/de/"
}