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": 1610,
    "total_words": 11772,
    "total_chars": 70162,
    "last_change": "2024-05-03T13:55:31.754708Z",
    "recent_changes": 17,
    "translated": 1592,
    "translated_words": 11658,
    "translated_percent": 98.8,
    "translated_words_percent": 99.0,
    "translated_chars": 69498,
    "translated_chars_percent": 99.0,
    "fuzzy": 15,
    "fuzzy_percent": 0.9,
    "failing": 7,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "name": "French",
    "url": "http://translate.pretalx.com/languages/fr/"
}