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": 675,
    "total_words": 4323,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:27:04.005539Z",
    "recent_changes": 1,
    "translated": 621,
    "translated_words": 3413,
    "translated_percent": 92.0,
    "translated_words_percent": 78.9,
    "translated_chars": 20454,
    "translated_chars_percent": 78.5,
    "fuzzy": 8,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 55,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 343,
    "fuzzy_chars_percent": 1.3,
    "failing": 7,
    "failing_percent": 1.0,
    "approved": 399,
    "approved_percent": 59.1,
    "approved_words": 1385,
    "approved_words_percent": 32.0,
    "approved_chars": 8492,
    "approved_chars_percent": 32.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 2,
    "name": "French",
    "url": "https://weblate.tusky.app/languages/fr/"
}