Translation components API.

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

GET /api/translations/cyberos/disk-usage/en_US/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/disk-usage/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/disk-usage/en_US/?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:54.670736+02:00",
            "action": 0,
            "target": "",
            "id": 11074249,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/11074249/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/disk-usage/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/disk-usage/en_US/?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:18.430334+02:00",
            "action": 0,
            "target": "",
            "id": 10666960,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/10666960/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/disk-usage/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/disk-usage/en_US/?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-12T14:19:39.371739+02:00",
            "action": 0,
            "target": "",
            "id": 10584452,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/10584452/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/29418987/?format=api",
            "component": "https://hosted.weblate.org/api/components/cyberos/disk-usage/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/disk-usage/en_US/?format=api",
            "user": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "author": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "timestamp": "2021-02-19T11:31:54.257837+01:00",
            "action": 5,
            "target": "Disk Usage",
            "id": 9459770,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/9459770/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/disk-usage/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/disk-usage/en_US/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-19T10:25:28.672696+01:00",
            "action": 0,
            "target": "",
            "id": 9458930,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9458930/?format=api"
        }
    ]
}