Translation components API.

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

GET /api/translations/ojs/generic-htmlArticleGalley/pt/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/888549/?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/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T22:47:57.919293Z",
            "action": 59,
            "target": "Ficheiro para publicação em HTML",
            "id": 936016,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/936016/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/888550/?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/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T22:47:57.919344Z",
            "action": 59,
            "target": "Este plugin fornece suporte de renderização para ficheiros para publicação em HTML.",
            "id": 936017,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/936017/?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/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T22:47:57.919371Z",
            "action": 0,
            "target": "",
            "id": 936018,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/936018/?format=api"
        }
    ]
}