Translation components API.

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

GET /api/translations/freebsd-doc/articles_fonts/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_fonts/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_fonts/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:25.540409Z",
            "action": 0,
            "target": "",
            "id": 83485,
            "action_name": "资源更新",
            "url": "https://translate-dev.freebsd.org/api/changes/83485/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/articles_fonts/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_fonts/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-18T23:09:28.065338Z",
            "action": 0,
            "target": "",
            "id": 336620,
            "action_name": "资源更新",
            "url": "https://translate-dev.freebsd.org/api/changes/336620/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/articles_fonts/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_fonts/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-18T23:36:59.172868Z",
            "action": 0,
            "target": "",
            "id": 337886,
            "action_name": "资源更新",
            "url": "https://translate-dev.freebsd.org/api/changes/337886/?format=api"
        }
    ]
}