Translation components API.

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

GET /api/translations/plugins/hypothesis/el/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730832/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/el/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.623704Z",
            "action": 59,
            "target": "Πρόσθετο Hypothes.is",
            "id": 668999,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668999/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730833/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/el/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.623773Z",
            "action": 59,
            "target": "Αυτό το πρόσθετο επιτρέπει την ενσωμάτωση του Hypothes.is σε προβολές άρθρων του OJS για σχολιασμό και παρατηρήσεις αναγνωστών.",
            "id": 669000,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/669000/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/el/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.623812Z",
            "action": 0,
            "target": "",
            "id": 669001,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/669001/?format=api"
        }
    ]
}