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": 1191,
    "total_words": 7579,
    "last_change": "2023-07-15T16:55:18.937043Z",
    "recent_changes": 50,
    "translated": 706,
    "translated_words": 3589,
    "translated_percent": 59.2,
    "translated_words_percent": 47.3,
    "translated_chars": 23980,
    "translated_chars_percent": 48.6,
    "total_chars": 49245,
    "fuzzy": 4,
    "fuzzy_percent": 0.3,
    "failing": 119,
    "failing_percent": 9.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 2.5,
    "suggestions": 4,
    "comments": 0,
    "name": "French",
    "url": "https://weblate.rikka.app/languages/fr/"
}