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": 1656,
    "total_words": 15369,
    "total_chars": 99270,
    "last_change": "2024-03-31T19:13:16.022864Z",
    "recent_changes": 43,
    "translated": 977,
    "translated_words": 7070,
    "translated_percent": 58.9,
    "translated_words_percent": 46.0,
    "translated_chars": 45149,
    "translated_chars_percent": 45.4,
    "fuzzy": 50,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 702,
    "fuzzy_words_percent": 4.5,
    "fuzzy_chars": 4567,
    "fuzzy_chars_percent": 4.6,
    "failing": 36,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 1,
    "name": "Polish",
    "url": "https://translate.yunohost.org/languages/pl/"
}