Translation components API.

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

GET /api/translations/ojs/generic-htmlArticleGalley/ms/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/503239/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/generic-htmlArticleGalley/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-htmlArticleGalley/ms/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:41.653741Z",
            "action": 59,
            "target": "HTML Artikel Galley",
            "id": 437783,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/437783/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/503240/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/generic-htmlArticleGalley/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-htmlArticleGalley/ms/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:41.653806Z",
            "action": 59,
            "target": "Plugin ini menyediakan sokongan rendering untuk HTML Artikel Galleys.",
            "id": 437784,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/437784/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/generic-htmlArticleGalley/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-htmlArticleGalley/ms/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:41.653844Z",
            "action": 0,
            "target": "",
            "id": 437785,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/437785/?format=api"
        }
    ]
}