Languages API.

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

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

{
    "total": 39827,
    "total_words": 228255,
    "last_change": "2023-02-20T08:53:24.145027Z",
    "recent_changes": 44,
    "translated": 5952,
    "translated_words": 16220,
    "translated_percent": 14.9,
    "translated_words_percent": 7.1,
    "translated_chars": 116384,
    "translated_chars_percent": 7.4,
    "total_chars": 1569130,
    "fuzzy": 12077,
    "fuzzy_percent": 30.3,
    "failing": 3793,
    "failing_percent": 9.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Hebrew",
    "url": "https://l10n.opensuse.org/languages/he/"
}