Languages API.

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

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

{
    "total": 282446,
    "total_words": 2388891,
    "total_chars": 18962284,
    "last_change": "2024-05-09T07:35:01.981515Z",
    "recent_changes": 2082,
    "translated": 2350,
    "translated_words": 4838,
    "translated_percent": 0.8,
    "translated_words_percent": 0.2,
    "translated_chars": 33572,
    "translated_chars_percent": 0.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 22,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.1,
    "readonly_words": 62,
    "readonly_words_percent": 0.1,
    "readonly_chars": 443,
    "readonly_chars_percent": 0.1,
    "suggestions": 4,
    "comments": 0,
    "name": "Sundanese",
    "url": "https://translations.documentfoundation.org/languages/su/"
}