Languages API.

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

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

{
    "total": 37559,
    "total_words": 642429,
    "last_change": "2023-07-24T06:27:20.696973Z",
    "recent_changes": 154,
    "translated": 272,
    "translated_words": 1592,
    "translated_percent": 0.7,
    "translated_words_percent": 0.2,
    "translated_chars": 10263,
    "translated_chars_percent": 0.2,
    "total_chars": 4407829,
    "fuzzy": 18,
    "fuzzy_percent": 0.1,
    "failing": 14,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "French",
    "url": "https://translate-dev.freebsd.org/languages/fr_FR/"
}