Translation components API.

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

GET /api/translations/ojs/reports-articles/de/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/562592/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/reports-articles/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/reports-articles/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:19:12.128875Z",
            "action": 59,
            "target": "Artikel-Bericht",
            "id": 498064,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/498064/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/562593/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/reports-articles/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/reports-articles/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:19:12.128942Z",
            "action": 59,
            "target": "Dieses Plugin implementiert einen CSV-Bericht mit einer Auflistung der Artikel und zugehörigen Informationen.",
            "id": 498065,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/498065/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/562594/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/reports-articles/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/reports-articles/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:19:12.128983Z",
            "action": 59,
            "target": "Keine Entscheidung",
            "id": 498066,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/498066/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/reports-articles/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/reports-articles/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:19:12.129019Z",
            "action": 0,
            "target": "",
            "id": 498067,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/498067/?format=api"
        }
    ]
}