Translation components API.

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

GET /api/translations/cyberos/terminal/pl/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/terminal/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/terminal/pl/?format=api",
            "user": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "author": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "timestamp": "2021-06-11T23:20:46.948280+02:00",
            "action": 0,
            "target": "",
            "id": 11074197,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/11074197/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/terminal/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/terminal/pl/?format=api",
            "user": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "author": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "timestamp": "2021-05-19T00:30:35.879284+02:00",
            "action": 0,
            "target": "",
            "id": 10667083,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/10667083/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/terminal/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/terminal/pl/?format=api",
            "user": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "author": null,
            "timestamp": "2021-05-19T00:26:17.000358+02:00",
            "action": 17,
            "target": "",
            "id": 10666674,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/10666674/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/terminal/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/terminal/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-19T16:49:14.905150+01:00",
            "action": 0,
            "target": "",
            "id": 9465797,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9465797/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/terminal/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/terminal/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-19T12:54:55.052813+01:00",
            "action": 0,
            "target": "",
            "id": 9463545,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9463545/?format=api"
        }
    ]
}