Languages API.

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

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

{
    "total": 95555,
    "total_words": 1296759,
    "last_change": "2023-06-06T07:23:44.966500Z",
    "recent_changes": 466,
    "translated": 4984,
    "translated_words": 20517,
    "translated_percent": 5.2,
    "translated_words_percent": 1.5,
    "translated_chars": 138268,
    "translated_chars_percent": 1.4,
    "total_chars": 9407104,
    "fuzzy": 1011,
    "fuzzy_percent": 1.0,
    "failing": 856,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 19,
    "readonly_percent": 0.1,
    "suggestions": 2721,
    "comments": 1,
    "name": "Persian",
    "url": "https://translate.fedoraproject.org/languages/fa/"
}