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": 50411,
    "total_words": 519269,
    "total_chars": 3328981,
    "last_change": "2024-04-22T12:26:50.727637Z",
    "recent_changes": 612,
    "translated": 49509,
    "translated_words": 510812,
    "translated_percent": 98.2,
    "translated_words_percent": 98.3,
    "translated_chars": 3267270,
    "translated_chars_percent": 98.1,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 10,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 205,
    "fuzzy_chars_percent": 0.1,
    "failing": 333,
    "failing_percent": 0.6,
    "approved": 17824,
    "approved_percent": 35.3,
    "approved_words": 208602,
    "approved_words_percent": 40.1,
    "approved_chars": 1357101,
    "approved_chars_percent": 40.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "German",
    "url": "http://translate.otrs.com/languages/de/"
}