Translation components API.

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

GET /api/translations/ojs/blocks-developedBy/es/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/490213/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:29.608273Z",
            "action": 59,
            "target": "Bloque \"Creado por\"",
            "id": 424419,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/424419/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/490214/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:29.608340Z",
            "action": 59,
            "target": "Este módulo proporciona un bloque lateral con un enlace a \"Creado por\".",
            "id": 424420,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/424420/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/490215/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:29.608379Z",
            "action": 59,
            "target": "Desarrollado por",
            "id": 424421,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/424421/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:29.608414Z",
            "action": 0,
            "target": "",
            "id": 424422,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/424422/?format=api"
        }
    ]
}