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": 1355,
    "total_words": 38282,
    "last_change": "2024-05-18T14:02:47.065276Z",
    "recent_changes": 7,
    "translated": 1343,
    "translated_words": 38187,
    "translated_percent": 99.1,
    "translated_words_percent": 99.7,
    "translated_chars": 240099,
    "translated_chars_percent": 99.7,
    "total_chars": 240636,
    "fuzzy": 3,
    "fuzzy_percent": 0.2,
    "failing": 71,
    "failing_percent": 5.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 947,
    "readonly_percent": 69.8,
    "suggestions": 0,
    "comments": 0,
    "name": "French",
    "url": "https://weblate.duniter.org/languages/fr/"
}