Translation components API.

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

GET /api/translations/peertube/glossary/ro/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/75183160/?format=api",
            "component": "https://hosted.weblate.org/api/components/peertube/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/ro/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-11T13:28:36.279291+02:00",
            "action": 31,
            "target": "",
            "id": 23195058,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/23195058/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/30921108/?format=api",
            "component": "https://hosted.weblate.org/api/components/peertube/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/ro/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-13T11:19:52.269615+02:00",
            "action": 31,
            "target": "",
            "id": 10108653,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/10108653/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/30921053/?format=api",
            "component": "https://hosted.weblate.org/api/components/peertube/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/ro/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-13T11:19:24.641141+02:00",
            "action": 31,
            "target": "",
            "id": 10108614,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/10108614/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/peertube/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/ro/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-13T10:37:25.199103+01:00",
            "action": 0,
            "target": "",
            "id": 9377143,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9377143/?format=api"
        }
    ]
}