Translation components API.

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

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/galette/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/glossary/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/trasher/?format=api",
            "author": "https://hosted.weblate.org/api/users/trasher/?format=api",
            "timestamp": "2023-06-08T08:27:38.697305+02:00",
            "action": 0,
            "target": "",
            "id": 57438333,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/57438333/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/galette/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/glossary/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/trasher/?format=api",
            "author": null,
            "timestamp": "2023-06-08T08:27:38.508951+02:00",
            "action": 17,
            "target": "",
            "id": 57438332,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/57438332/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/galette/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/glossary/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/trasher/?format=api",
            "author": null,
            "timestamp": "2023-06-08T08:27:38.245179+02:00",
            "action": 63,
            "target": "*Controlador de transaccions de Galette",
            "id": 57438331,
            "action_name": "String removed",
            "url": "https://hosted.weblate.org/api/changes/57438331/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/galette/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/glossary/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-23T12:48:05.686097+02:00",
            "action": 17,
            "target": "",
            "id": 56343363,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/56343363/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/78585313/?format=api",
            "component": "https://hosted.weblate.org/api/components/galette/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/glossary/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-27T11:35:39.536693+02:00",
            "action": 31,
            "target": "",
            "id": 28072477,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/28072477/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/76323268/?format=api",
            "component": "https://hosted.weblate.org/api/components/galette/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/glossary/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-13T19:23:15.663402+02:00",
            "action": 31,
            "target": "",
            "id": 24904851,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/24904851/?format=api"
        }
    ]
}