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": 7704,
    "total_words": 64892,
    "total_chars": 436658,
    "last_change": "2024-04-19T13:59:24.169974Z",
    "recent_changes": 88,
    "translated": 7370,
    "translated_words": 59155,
    "translated_percent": 95.6,
    "translated_words_percent": 91.1,
    "translated_chars": 394180,
    "translated_chars_percent": 90.2,
    "fuzzy": 59,
    "fuzzy_percent": 0.7,
    "failing": 139,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 26,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Polish",
    "url": "http://translate.pkp.sfu.ca/languages/pl/"
}