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": 2417,
    "total_words": 18854,
    "last_change": "2023-07-17T11:18:05.458955Z",
    "recent_changes": 42,
    "translated": 2322,
    "translated_words": 18273,
    "translated_percent": 96.0,
    "translated_words_percent": 96.9,
    "translated_chars": 112598,
    "translated_chars_percent": 97.0,
    "total_chars": 116022,
    "fuzzy": 92,
    "fuzzy_percent": 3.8,
    "failing": 897,
    "failing_percent": 37.1,
    "approved": 383,
    "approved_percent": 15.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "name": "Persian",
    "url": "https://traduk.amikumu.com/languages/fa/"
}