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": 14243,
    "total_words": 110116,
    "total_chars": 742052,
    "last_change": "2024-05-02T11:58:33.479613Z",
    "recent_changes": 440,
    "translated": 12623,
    "translated_words": 94602,
    "translated_percent": 88.6,
    "translated_words_percent": 85.9,
    "translated_chars": 644658,
    "translated_chars_percent": 86.8,
    "fuzzy": 352,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 2787,
    "fuzzy_words_percent": 2.5,
    "fuzzy_chars": 18562,
    "fuzzy_chars_percent": 2.5,
    "failing": 687,
    "failing_percent": 4.8,
    "approved": 12,
    "approved_percent": 0.1,
    "approved_words": 56,
    "approved_words_percent": 0.1,
    "approved_chars": 378,
    "approved_chars_percent": 0.1,
    "readonly": 45,
    "readonly_percent": 0.3,
    "readonly_words": 258,
    "readonly_words_percent": 0.2,
    "readonly_chars": 2288,
    "readonly_chars_percent": 0.3,
    "suggestions": 335,
    "comments": 42,
    "name": "German",
    "url": "https://weblate.framasoft.org/languages/de/"
}