Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/33582974/?format=api",
            "component": "https://hosted.weblate.org/api/components/cyberos/desktop-daemon/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/be/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-06-15T10:01:39.408211+02:00",
            "action": 6,
            "target": "Працоўны стол",
            "id": 11118252,
            "action_name": "Automatically translated",
            "url": "https://hosted.weblate.org/api/changes/11118252/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/33582973/?format=api",
            "component": "https://hosted.weblate.org/api/components/cyberos/desktop-daemon/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/be/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-06-15T10:01:39.390959+02:00",
            "action": 6,
            "target": "Зменіце шпалеры",
            "id": 11118251,
            "action_name": "Automatically translated",
            "url": "https://hosted.weblate.org/api/changes/11118251/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/desktop-daemon/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/be/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-06-15T10:01:10.261928+02:00",
            "action": 0,
            "target": "",
            "id": 11118221,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/11118221/?format=api"
        }
    ]
}