Translation components API.

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

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

{
    "total": 63,
    "total_words": 2293,
    "total_chars": 18477,
    "last_change": "2024-03-05T09:18:07.279858Z",
    "recent_changes": 11,
    "translated": 13,
    "translated_words": 83,
    "translated_percent": 20.6,
    "translated_words_percent": 3.6,
    "translated_chars": 532,
    "translated_chars_percent": 2.8,
    "fuzzy": 16,
    "fuzzy_percent": 25.3,
    "failing": 11,
    "failing_percent": 17.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/emails/sv/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/emails/sv/"
}