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": 7430,
    "total_words": 61007,
    "total_chars": 411485,
    "last_change": "2024-04-26T15:33:06.792298Z",
    "recent_changes": 250,
    "translated": 6926,
    "translated_words": 57329,
    "translated_percent": 93.2,
    "translated_words_percent": 93.9,
    "translated_chars": 385717,
    "translated_chars_percent": 93.7,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 85,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Arabic",
    "url": "http://translate.pkp.sfu.ca/languages/ar/"
}