Languages API.

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

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

{
    "total": 187,
    "total_words": 1314,
    "last_change": "2023-12-06T11:37:37.168256Z",
    "recent_changes": 15,
    "translated": 74,
    "translated_words": 305,
    "translated_percent": 39.5,
    "translated_words_percent": 23.2,
    "translated_chars": 2707,
    "translated_chars_percent": 30.2,
    "total_chars": 8934,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 2.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Arabic (Najdi)",
    "url": "https://weblate.rikka.app/languages/ars/"
}