Translation components API.

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

GET /api/components/freebsd-doc/articles_releng/changes/?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 452,
    "next": null,
    "previous": "https://translate-dev.freebsd.org/api/components/freebsd-doc/articles_releng/changes/?format=api&page=9",
    "results": [
        {
            "unit": null,
            "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/articles_releng/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-09-23T22:20:48.061602Z",
            "action": 47,
            "target": "",
            "id": 380117,
            "action_name": "Peringatan baru",
            "url": "https://translate-dev.freebsd.org/api/changes/380117/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/articles_releng/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-04-22T03:55:08.816298Z",
            "action": 47,
            "target": "",
            "id": 516440,
            "action_name": "Peringatan baru",
            "url": "https://translate-dev.freebsd.org/api/changes/516440/?format=api"
        }
    ]
}