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": 4540,
    "total_words": 21969,
    "total_chars": 133572,
    "last_change": "2023-10-21T03:06:21.340915Z",
    "recent_changes": 4,
    "translated": 1212,
    "translated_words": 5486,
    "translated_percent": 26.6,
    "translated_words_percent": 24.9,
    "translated_chars": 33846,
    "translated_chars_percent": 25.3,
    "fuzzy": 3207,
    "fuzzy_percent": 70.6,
    "fuzzy_words": 15670,
    "fuzzy_words_percent": 71.3,
    "fuzzy_chars": 94763,
    "fuzzy_chars_percent": 70.9,
    "failing": 3497,
    "failing_percent": 77.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24,
    "readonly_percent": 0.5,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 50,
    "readonly_chars_percent": 0.1,
    "suggestions": 7,
    "comments": 0,
    "name": "Persian",
    "url": "https://l10n.xwiki.org/languages/fa/"
}