Translation components API.

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

GET /api/translations/phpmyadmin/debian/fy/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/phpmyadmin/debian/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/debian/fy/?format=api",
            "user": "https://hosted.weblate.org/api/users/williamdes/?format=api",
            "author": "https://hosted.weblate.org/api/users/williamdes/?format=api",
            "timestamp": "2024-04-17T23:56:33.389548+02:00",
            "action": 0,
            "target": "",
            "id": 87659872,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/87659872/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/phpmyadmin/debian/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/debian/fy/?format=api",
            "user": "https://hosted.weblate.org/api/users/williamdes/?format=api",
            "author": "https://hosted.weblate.org/api/users/williamdes/?format=api",
            "timestamp": "2019-10-28T23:33:38+01:00",
            "action": 0,
            "target": "",
            "id": 4899888,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4899888/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/phpmyadmin/debian/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/debian/fy/?format=api",
            "user": "https://hosted.weblate.org/api/users/belkacem77/?format=api",
            "author": "https://hosted.weblate.org/api/users/belkacem77/?format=api",
            "timestamp": "2017-05-04T08:39:45+02:00",
            "action": 0,
            "target": "",
            "id": 1769677,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1769677/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/phpmyadmin/debian/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/debian/fy/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-05-04T08:39:43+02:00",
            "action": 17,
            "target": "",
            "id": 1769676,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/1769676/?format=api"
        }
    ]
}