Translation components API.

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

GET /api/translations/xwiki-contrib/full-calendar-macro/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/full-calendar-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/full-calendar-macro/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-15T03:30:12.765707Z",
            "action": 0,
            "target": "",
            "id": 300802,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/300802/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/full-calendar-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/full-calendar-macro/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T12:34:41.801518Z",
            "action": 0,
            "target": "",
            "id": 279526,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/279526/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/full-calendar-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/full-calendar-macro/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-12-13T03:30:13.642508Z",
            "action": 0,
            "target": "",
            "id": 278144,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/278144/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/full-calendar-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/full-calendar-macro/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-03-25T15:33:49.808171Z",
            "action": 0,
            "target": "",
            "id": 197186,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/197186/?format=api"
        }
    ]
}