Languages API.

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

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

{
    "total": 9339,
    "total_words": 111634,
    "total_chars": 856500,
    "last_change": "2024-06-25T09:30:32.265154Z",
    "recent_changes": 302,
    "translated": 1506,
    "translated_words": 12432,
    "translated_percent": 16.1,
    "translated_words_percent": 11.1,
    "translated_chars": 103818,
    "translated_chars_percent": 12.1,
    "fuzzy": 864,
    "fuzzy_percent": 9.2,
    "fuzzy_words": 10189,
    "fuzzy_words_percent": 9.1,
    "fuzzy_chars": 85503,
    "fuzzy_chars_percent": 9.9,
    "failing": 452,
    "failing_percent": 4.8,
    "approved": 642,
    "approved_percent": 6.8,
    "approved_words": 2128,
    "approved_words_percent": 1.9,
    "approved_chars": 28890,
    "approved_chars_percent": 3.3,
    "readonly": 152,
    "readonly_percent": 1.6,
    "readonly_words": 867,
    "readonly_words_percent": 0.7,
    "readonly_chars": 6880,
    "readonly_chars_percent": 0.8,
    "suggestions": 29,
    "comments": 0,
    "name": "Persian",
    "url": "https://translate.tails.net/languages/fa/"
}