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": 1380,
    "total_words": 8604,
    "last_change": "2024-03-13T04:57:36.093281Z",
    "recent_changes": 264,
    "translated": 1363,
    "translated_words": 8569,
    "translated_percent": 98.7,
    "translated_words_percent": 99.5,
    "translated_chars": 55449,
    "translated_chars_percent": 99.3,
    "total_chars": 55813,
    "fuzzy": 8,
    "fuzzy_percent": 0.5,
    "failing": 42,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 34,
    "readonly_percent": 2.4,
    "suggestions": 52,
    "comments": 0,
    "name": "Arabic",
    "url": "https://weblate.rikka.app/languages/ar/"
}