Translation components API.

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

GET /api/translations/pkp-lib/emails/hu/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": "2024-01-22T05:39:08.236092Z",
    "recent_changes": 2,
    "translated": 27,
    "translated_words": 510,
    "translated_percent": 26.4,
    "translated_words_percent": 16.1,
    "translated_chars": 4277,
    "translated_chars_percent": 16.7,
    "fuzzy": 24,
    "fuzzy_percent": 23.5,
    "failing": 12,
    "failing_percent": 11.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 21,
    "readonly_percent": 20.5,
    "suggestions": 0,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/emails/hu/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/emails/hu/"
}