Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/ro/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 8031,
    "total_words": 66811,
    "total_chars": 450157,
    "last_change": "2025-02-28T23:32:15.552061Z",
    "recent_changes": 517,
    "translated": 6118,
    "translated_words": 46305,
    "translated_percent": 76.1,
    "translated_words_percent": 69.3,
    "translated_chars": 311585,
    "translated_chars_percent": 69.2,
    "fuzzy": 92,
    "fuzzy_percent": 1.1,
    "failing": 155,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 52,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Romanian",
    "url": "http://translate.pkp.sfu.ca/languages/ro/"
}