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": 8167,
    "total_words": 68343,
    "total_chars": 460397,
    "last_change": "2025-03-05T12:27:07.166614Z",
    "recent_changes": 93,
    "translated": 7338,
    "translated_words": 58978,
    "translated_percent": 89.8,
    "translated_words_percent": 86.2,
    "translated_chars": 393006,
    "translated_chars_percent": 85.3,
    "fuzzy": 75,
    "fuzzy_percent": 0.9,
    "failing": 141,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 48,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Polish",
    "url": "http://translate.pkp.sfu.ca/languages/pl/"
}