Translation components API.

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

GET /api/translations/neos/neoscontentrepository-main-80/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/neos/neoscontentrepository-main-80/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/neos/neoscontentrepository-main-80/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-06T15:32:12.611539+02:00",
            "action": 0,
            "target": "",
            "id": 36563244,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/36563244/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/84721014/?format=api",
            "component": "https://hosted.weblate.org/api/components/neos/neoscontentrepository-main-80/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/neos/neoscontentrepository-main-80/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-06T15:32:12.611497+02:00",
            "action": 59,
            "target": "previous",
            "id": 36563243,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/36563243/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/84721007/?format=api",
            "component": "https://hosted.weblate.org/api/components/neos/neoscontentrepository-main-80/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/neos/neoscontentrepository-main-80/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-06T15:32:12.611377+02:00",
            "action": 59,
            "target": "next",
            "id": 36563242,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/36563242/?format=api"
        }
    ]
}