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": 127484,
    "total_words": 1369970,
    "last_change": "2024-05-06T22:53:44.682016Z",
    "recent_changes": 16,
    "translated": 119418,
    "translated_words": 1311290,
    "translated_percent": 93.6,
    "translated_words_percent": 95.7,
    "translated_chars": 7010337,
    "translated_chars_percent": 95.5,
    "total_chars": 7338421,
    "fuzzy": 378,
    "fuzzy_percent": 0.2,
    "failing": 16771,
    "failing_percent": 13.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 78,
    "comments": 96,
    "name": "French",
    "url": "https://hive.bgforge.net/languages/fr/"
}