Translation components API.

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

GET /api/translations/neos/neosneos-inspector-81/es/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/neosneos-inspector-81/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/neos/neosneos-inspector-81/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-06T15:34:24.164534+02:00",
            "action": 0,
            "target": "",
            "id": 36584718,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/36584718/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/84741675/?format=api",
            "component": "https://hosted.weblate.org/api/components/neos/neosneos-inspector-81/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/neos/neosneos-inspector-81/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-06T15:34:24.164408+02:00",
            "action": 59,
            "target": "Documento",
            "id": 36584717,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/36584717/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/84741672/?format=api",
            "component": "https://hosted.weblate.org/api/components/neos/neosneos-inspector-81/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/neos/neosneos-inspector-81/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-06T15:34:24.164260+02:00",
            "action": 59,
            "target": "Visiblidad",
            "id": 36584716,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/36584716/?format=api"
        }
    ]
}