Translation components API.

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

GET /api/translations/yast-hanafirewall/master/ru/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://l10n.opensuse.org/api/components/yast-hanafirewall/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-hanafirewall/master/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-01-21T18:33:49.546620Z",
            "action": 0,
            "target": "",
            "id": 1324246,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1324246/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-hanafirewall/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-hanafirewall/master/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-01-21T18:33:50.302676Z",
            "action": 44,
            "target": "",
            "id": 1324262,
            "action_name": "New string to translate",
            "url": "https://l10n.opensuse.org/api/changes/1324262/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-hanafirewall/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-hanafirewall/master/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-03-11T02:45:43.251899Z",
            "action": 0,
            "target": "",
            "id": 1712696,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1712696/?format=api"
        }
    ]
}