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": 2760,
    "total_words": 11210,
    "total_chars": 68503,
    "last_change": "2023-12-11T14:35:59.242346Z",
    "recent_changes": 147,
    "translated": 2445,
    "translated_words": 8793,
    "translated_percent": 88.5,
    "translated_words_percent": 78.4,
    "translated_chars": 53841,
    "translated_chars_percent": 78.5,
    "fuzzy": 59,
    "fuzzy_percent": 2.1,
    "failing": 59,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 0.1,
    "suggestions": 8,
    "comments": 1,
    "name": "Polish",
    "url": "https://translate.funkwhale.audio/languages/pl/"
}