Translation components API.

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

GET /api/translations/plugins/openid/ms/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 93,
    "total_words": 970,
    "total_chars": 7055,
    "last_change": "2024-06-19T18:37:05.804782Z",
    "recent_changes": 2,
    "translated": 85,
    "translated_words": 898,
    "translated_percent": 91.3,
    "translated_words_percent": 92.5,
    "translated_chars": 6587,
    "translated_chars_percent": 93.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 4,
    "failing_percent": 4.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ms",
    "name": "Malay",
    "url": "http://translate.pkp.sfu.ca/projects/plugins/openid/ms/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/plugins/openid/ms/"
}