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": 9483,
    "total_words": 68093,
    "total_chars": 397841,
    "last_change": "2022-07-10T11:31:43.165312Z",
    "recent_changes": 452,
    "translated": 8981,
    "translated_words": 66120,
    "translated_percent": 94.7,
    "translated_words_percent": 97.1,
    "translated_chars": 386544,
    "translated_chars_percent": 97.1,
    "fuzzy": 5,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 8,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 45,
    "fuzzy_chars_percent": 0.1,
    "failing": 1097,
    "failing_percent": 11.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 18,
    "readonly_percent": 0.1,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "French",
    "url": "https://itzulpenak.gamerauntsia.eus/languages/fr/"
}