Languages API.

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

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

{
    "total": 2734,
    "total_words": 12199,
    "total_chars": 75146,
    "last_change": "2024-02-08T03:56:59.006608Z",
    "recent_changes": 4,
    "translated": 1764,
    "translated_words": 4982,
    "translated_percent": 64.5,
    "translated_words_percent": 40.8,
    "translated_chars": 30570,
    "translated_chars_percent": 40.6,
    "fuzzy": 110,
    "fuzzy_percent": 4.0,
    "failing": 91,
    "failing_percent": 3.3,
    "approved": 2,
    "approved_percent": 0.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "name": "Arabic",
    "url": "https://translate.funkwhale.audio/languages/ar/"
}