Translation components API.

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

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

{
    "total": 1079,
    "total_words": 8594,
    "total_chars": 53969,
    "last_change": "2024-10-23T13:43:27.126708Z",
    "recent_changes": 1,
    "translated": 1074,
    "translated_words": 8408,
    "translated_percent": 99.5,
    "translated_words_percent": 97.8,
    "translated_chars": 52817,
    "translated_chars_percent": 97.8,
    "fuzzy": 5,
    "fuzzy_percent": 0.4,
    "failing": 171,
    "failing_percent": 15.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 8,
    "code": "en",
    "name": "English",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/manager/en/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/manager/en/"
}