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": 8799,
    "total_words": 75220,
    "total_chars": 508858,
    "last_change": "2025-03-08T16:06:34.357074Z",
    "recent_changes": 19,
    "translated": 7602,
    "translated_words": 63464,
    "translated_percent": 86.3,
    "translated_words_percent": 84.3,
    "translated_chars": 427333,
    "translated_chars_percent": 83.9,
    "fuzzy": 16,
    "fuzzy_percent": 0.1,
    "failing": 122,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 48,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "French",
    "url": "http://translate.pkp.sfu.ca/languages/fr/"
}