Translation components API.

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

GET /api/translations/xwiki-contrib/flash-messages-application/fr/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.xwiki.org/api/components/xwiki-contrib/flash-messages-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/flash-messages-application/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-01T03:30:15.209587Z",
            "action": 0,
            "target": "",
            "id": 306569,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/306569/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/flash-messages-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/flash-messages-application/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T13:01:52.908220Z",
            "action": 0,
            "target": "",
            "id": 281018,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/281018/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/flash-messages-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/flash-messages-application/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-12-12T03:30:32.025467Z",
            "action": 0,
            "target": "",
            "id": 277689,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/277689/?format=api"
        }
    ]
}