Translation components API.

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

GET /api/translations/pkp-lib/emails/id/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 102,
    "total_words": 3156,
    "total_chars": 25604,
    "last_change": "2025-03-13T05:58:39.092350Z",
    "recent_changes": 13,
    "translated": 40,
    "translated_words": 983,
    "translated_percent": 39.2,
    "translated_words_percent": 31.1,
    "translated_chars": 7700,
    "translated_chars_percent": 30.0,
    "fuzzy": 22,
    "fuzzy_percent": 21.5,
    "failing": 11,
    "failing_percent": 10.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 21,
    "readonly_percent": 20.5,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/emails/id/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/emails/id/"
}