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": 409,
    "total_words": 3169,
    "total_chars": 21170,
    "last_change": "2021-07-09T04:28:13.989987Z",
    "recent_changes": 5,
    "translated": 199,
    "translated_words": 1749,
    "translated_percent": 48.6,
    "translated_words_percent": 55.1,
    "translated_chars": 12002,
    "translated_chars_percent": 56.6,
    "fuzzy": 8,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 52,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 400,
    "fuzzy_chars_percent": 1.8,
    "failing": 3,
    "failing_percent": 0.7,
    "approved": 5,
    "approved_percent": 1.2,
    "approved_words": 25,
    "approved_words_percent": 0.7,
    "approved_chars": 175,
    "approved_chars_percent": 0.8,
    "readonly": 5,
    "readonly_percent": 1.2,
    "readonly_words": 17,
    "readonly_words_percent": 0.5,
    "readonly_chars": 119,
    "readonly_chars_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "German",
    "url": "https://weblate.vivid-inc.net/languages/de/"
}