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": 675,
    "total_words": 4323,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:27:17.662372Z",
    "recent_changes": 2,
    "translated": 557,
    "translated_words": 3004,
    "translated_percent": 82.5,
    "translated_words_percent": 69.4,
    "translated_chars": 17893,
    "translated_chars_percent": 68.7,
    "fuzzy": 15,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 129,
    "fuzzy_words_percent": 2.9,
    "fuzzy_chars": 824,
    "fuzzy_chars_percent": 3.1,
    "failing": 8,
    "failing_percent": 1.1,
    "approved": 380,
    "approved_percent": 56.2,
    "approved_words": 1381,
    "approved_words_percent": 31.9,
    "approved_chars": 8358,
    "approved_chars_percent": 32.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 19,
    "comments": 0,
    "name": "Polish",
    "url": "https://weblate.tusky.app/languages/pl/"
}