Translation components API.

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

GET /api/translations/ojs/generic-htmlArticleGalley/bg/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/503201/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:38.625386Z",
            "action": 59,
            "target": "Плъгин за HTML типография",
            "id": 437723,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/437723/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/503202/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:38.625500Z",
            "action": 59,
            "target": "Този плъгин осигурява поддръжка за изобразяване на HTML тифографски елементи в статиите.",
            "id": 437724,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/437724/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:38.625555Z",
            "action": 0,
            "target": "",
            "id": 437725,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/437725/?format=api"
        }
    ]
}