Translation components API.

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

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

{
    "total": 7,
    "total_words": 52,
    "total_chars": 317,
    "last_change": "2023-06-18T19:10:14.856585Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 40,
    "translated_percent": 71.4,
    "translated_words_percent": 76.9,
    "translated_chars": 232,
    "translated_chars_percent": 73.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "http://translate.pkp.sfu.ca/projects/plugins/custom-header-plugin/it/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/plugins/custom-header-plugin/it/"
}