Translation components API.

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

GET /api/translations/freebsd-doc/articles_hubs/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_hubs/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_hubs/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:53:30.170215Z",
            "action": 0,
            "target": "",
            "id": 83684,
            "action_name": "Resource update",
            "url": "https://translate-dev.freebsd.org/api/changes/83684/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/articles_hubs/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_hubs/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-18T23:11:45.580997Z",
            "action": 0,
            "target": "",
            "id": 336653,
            "action_name": "Resource update",
            "url": "https://translate-dev.freebsd.org/api/changes/336653/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/articles_hubs/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_hubs/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-18T23:45:10.777067Z",
            "action": 0,
            "target": "",
            "id": 338373,
            "action_name": "Resource update",
            "url": "https://translate-dev.freebsd.org/api/changes/338373/?format=api"
        }
    ]
}