Translation components API.

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

GET /api/translations/freebsd-doc/articles_pr-guidelines/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/articles_pr-guidelines/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_pr-guidelines/en/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api",
            "timestamp": "2020-10-18T14:50:24.731944Z",
            "action": 0,
            "target": "",
            "id": 83483,
            "action_name": "Aggiornamento risorsa",
            "url": "https://translate-dev.freebsd.org/api/changes/83483/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/articles_pr-guidelines/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_pr-guidelines/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-18T22:50:23.959703Z",
            "action": 0,
            "target": "",
            "id": 334329,
            "action_name": "Aggiornamento risorsa",
            "url": "https://translate-dev.freebsd.org/api/changes/334329/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/articles_pr-guidelines/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_pr-guidelines/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-18T23:30:49.577481Z",
            "action": 0,
            "target": "",
            "id": 337474,
            "action_name": "Aggiornamento risorsa",
            "url": "https://translate-dev.freebsd.org/api/changes/337474/?format=api"
        }
    ]
}