Translation components API.

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

GET /api/translations/xwiki-rendering/content-macro/en/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://l10n.xwiki.org/api/components/xwiki-rendering/content-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-rendering/content-macro/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-01T03:30:04.483774Z",
            "action": 0,
            "target": "",
            "id": 371399,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/371399/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/560990/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-rendering/content-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-rendering/content-macro/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-01T03:30:04.483744Z",
            "action": 59,
            "target": "the reference of the content to insert (e.g. string:**bold**, script:myvariable)",
            "id": 371398,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/371398/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/560989/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-rendering/content-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-rendering/content-macro/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-01T03:30:04.483710Z",
            "action": 59,
            "target": "Source",
            "id": 371397,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/371397/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/175136/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-rendering/content-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-rendering/content-macro/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-01T03:30:04.483640Z",
            "action": 59,
            "target": "the wiki syntax in which the content is written (e.g. \"xwiki/2.1\", \"confluence/1.0\", etc.), the current one is used if not specified",
            "id": 371396,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/371396/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-rendering/content-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-rendering/content-macro/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T13:03:20.635408Z",
            "action": 0,
            "target": "",
            "id": 281323,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/281323/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-rendering/content-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-rendering/content-macro/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-12-15T03:30:46.687969Z",
            "action": 0,
            "target": "",
            "id": 278817,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/278817/?format=api"
        }
    ]
}