Languages API.

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

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

{
    "total": 491,
    "total_words": 3551,
    "total_chars": 23174,
    "last_change": "2024-01-12T19:46:17.992625Z",
    "recent_changes": 38,
    "translated": 443,
    "translated_words": 3235,
    "translated_percent": 90.2,
    "translated_words_percent": 91.1,
    "translated_chars": 21051,
    "translated_chars_percent": 90.8,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 1,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 10,
    "fuzzy_chars_percent": 0.1,
    "failing": 5,
    "failing_percent": 1.0,
    "approved": 323,
    "approved_percent": 65.7,
    "approved_words": 2378,
    "approved_words_percent": 66.9,
    "approved_chars": 15453,
    "approved_chars_percent": 66.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 5,
    "comments": 17,
    "name": "Spanish",
    "url": "https://weblate.securedrop.org/languages/es/"
}