Translation components API.

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

GET /api/translations/plugins/hypothesis/es/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/730834/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.698342Z",
            "action": 59,
            "target": "Módulo Hypothes.is",
            "id": 669002,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/669002/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730835/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.698412Z",
            "action": 59,
            "target": "Este módulo permite la integración de Hypothes.is en los artículos bajo el sistema OJS, permitiendo anotaciones y comentarios de los lectores.",
            "id": 669003,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/669003/?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/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.698451Z",
            "action": 0,
            "target": "",
            "id": 669004,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/669004/?format=api"
        }
    ]
}