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": 5047,
    "total_words": 71199,
    "last_change": "2023-02-22T13:51:00.765413Z",
    "recent_changes": 1034,
    "translated": 4573,
    "translated_words": 60803,
    "translated_percent": 90.6,
    "translated_words_percent": 85.3,
    "translated_chars": 351751,
    "translated_chars_percent": 85.4,
    "total_chars": 411719,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3056,
    "failing_percent": 60.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Arabic",
    "url": "http://translate.diyseeds.org/languages/ar/"
}