Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/nl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 392,
    "total_words": 2729,
    "total_chars": 17788,
    "last_change": "2023-10-26T10:25:44.879467Z",
    "recent_changes": 5,
    "translated": 361,
    "translated_words": 2556,
    "translated_percent": 92.0,
    "translated_words_percent": 93.6,
    "translated_chars": 16580,
    "translated_chars_percent": 93.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.5,
    "approved": 312,
    "approved_percent": 79.5,
    "approved_words": 2339,
    "approved_words_percent": 85.7,
    "approved_chars": 15173,
    "approved_chars_percent": 85.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 17,
    "comments": 12,
    "name": "Dutch",
    "url": "https://weblate.securedrop.org/languages/nl/"
}