Languages API.

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

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

{
    "total": 9343,
    "total_words": 111682,
    "total_chars": 857153,
    "last_change": "2024-06-10T10:12:53.226911Z",
    "recent_changes": 496,
    "translated": 942,
    "translated_words": 3122,
    "translated_percent": 10.0,
    "translated_words_percent": 2.7,
    "translated_chars": 39944,
    "translated_chars_percent": 4.6,
    "fuzzy": 319,
    "fuzzy_percent": 3.4,
    "fuzzy_words": 1923,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 24267,
    "fuzzy_chars_percent": 2.8,
    "failing": 1273,
    "failing_percent": 13.6,
    "approved": 664,
    "approved_percent": 7.1,
    "approved_words": 1795,
    "approved_words_percent": 1.6,
    "approved_chars": 25601,
    "approved_chars_percent": 2.9,
    "readonly": 155,
    "readonly_percent": 1.6,
    "readonly_words": 871,
    "readonly_words_percent": 0.7,
    "readonly_chars": 6922,
    "readonly_chars_percent": 0.8,
    "suggestions": 153,
    "comments": 0,
    "name": "Polish",
    "url": "https://translate.tails.net/languages/pl/"
}