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": 1564,
    "total_words": 5977,
    "last_change": "2024-05-31T09:48:58.140929Z",
    "recent_changes": 1,
    "translated": 389,
    "translated_words": 1586,
    "translated_percent": 24.8,
    "translated_words_percent": 26.5,
    "translated_chars": 9540,
    "translated_chars_percent": 25.9,
    "total_chars": 36749,
    "fuzzy": 28,
    "fuzzy_percent": 1.7,
    "failing": 117,
    "failing_percent": 7.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 1.7,
    "suggestions": 0,
    "comments": 0,
    "name": "Persian",
    "url": "https://t.naviter.com/languages/fa/"
}