Languages API.

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

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

{
    "total": 139208,
    "total_words": 1969900,
    "last_change": "2024-03-12T12:09:37.426662Z",
    "recent_changes": 725,
    "translated": 31768,
    "translated_words": 130811,
    "translated_percent": 22.8,
    "translated_words_percent": 6.6,
    "translated_chars": 894518,
    "translated_chars_percent": 6.6,
    "total_chars": 13538603,
    "fuzzy": 17236,
    "fuzzy_percent": 12.3,
    "failing": 5199,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 4,
    "comments": 1,
    "name": "Lithuanian",
    "url": "https://l10n.opensuse.org/languages/lt/"
}