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": 8071,
    "total_words": 67406,
    "total_chars": 443493,
    "last_change": "2023-12-18T13:37:56.462490Z",
    "recent_changes": 504,
    "translated": 3555,
    "translated_words": 18814,
    "translated_percent": 44.0,
    "translated_words_percent": 27.9,
    "translated_chars": 118779,
    "translated_chars_percent": 26.7,
    "fuzzy": 30,
    "fuzzy_percent": 0.3,
    "failing": 43,
    "failing_percent": 0.5,
    "approved": 75,
    "approved_percent": 0.9,
    "readonly": 2,
    "readonly_percent": 0.1,
    "suggestions": 8,
    "comments": 0,
    "name": "French",
    "url": "https://translate.funkwhale.audio/languages/fr/"
}