Languages API.

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

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

{
    "total": 527,
    "total_words": 3578,
    "total_chars": 23340,
    "last_change": "2024-01-13T21:33:15.242207Z",
    "recent_changes": 30,
    "translated": 489,
    "translated_words": 3306,
    "translated_percent": 92.7,
    "translated_words_percent": 92.3,
    "translated_chars": 21555,
    "translated_chars_percent": 92.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 3,
    "failing_percent": 0.5,
    "approved": 399,
    "approved_percent": 75.7,
    "approved_words": 2705,
    "approved_words_percent": 75.6,
    "approved_chars": 17579,
    "approved_chars_percent": 75.3,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 10,
    "readonly_chars_percent": 0.1,
    "suggestions": 2,
    "comments": 9,
    "name": "French",
    "url": "https://weblate.securedrop.org/languages/fr/"
}