Translation components API.

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

GET /api/translations/plugins/jats-template-plugin/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/730155/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/jats-template-plugin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/jats-template-plugin/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:35:47.574014Z",
            "action": 59,
            "target": "Módulo JATS Template",
            "id": 668241,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668241/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730156/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/jats-template-plugin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/jats-template-plugin/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:35:47.574089Z",
            "action": 59,
            "target": "Genera automáticamente un documento JATS mínimo a partir de los metadatos del envío cuando no hay ningún documento JATS disponible de otra manera.",
            "id": 668242,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668242/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/jats-template-plugin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/jats-template-plugin/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:35:47.574127Z",
            "action": 0,
            "target": "",
            "id": 668243,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/668243/?format=api"
        }
    ]
}