Translation components API.

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

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

{
    "count": 14,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxverbatim/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxverbatim/en/?format=api",
            "user": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "author": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "timestamp": "2022-11-16T15:47:03.785565Z",
            "action": 0,
            "target": "",
            "id": 346789,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/346789/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxverbatim/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxverbatim/en/?format=api",
            "user": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "author": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "timestamp": "2022-11-15T11:15:34.006540Z",
            "action": 0,
            "target": "",
            "id": 343382,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/343382/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxverbatim/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxverbatim/en/?format=api",
            "user": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "author": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "timestamp": "2022-10-11T08:29:27.298818Z",
            "action": 0,
            "target": "",
            "id": 323569,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/323569/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxverbatim/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxverbatim/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T08:17:18.499104Z",
            "action": 0,
            "target": "",
            "id": 322423,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/322423/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465074/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxverbatim/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxverbatim/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T08:17:18.499063Z",
            "action": 59,
            "target": "XWikiSyntaxVerbatim",
            "id": 322422,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/322422/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/465072/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxverbatim/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxverbatim/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T08:17:18.498978Z",
            "action": 59,
            "target": "= Advanced =\n\n== Verbatim ==\n\n=== 1.0 Verbatim ===\n\nAllow to enter content that will not be formatted (in other words the XWiki Syntax will not be taken into account).\n\n{{info}}In XWiki Syntax 1.0 the [[Pre macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Pre%20Macro%20%28Radeox%29]] only preserves XWiki Syntax and Radeox macros. However HTML snippets and Groovy/Velocity scripts are still executed.{{/info}}\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Verbatim inline|{{{Some verbatim {pre}*[not rendered]*{/pre} content}}}|Some verbatim {{{*[not rendered]*}}} content\n|Verbatim block|((({{{\n{pre}\nmulti line\n*verbatim*\ncontent\n{/pre}\n}}}\n{{info}}It's also possible to use the [[Code macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Code%20Macro%20%28Radeox%29]] but it displays its content in a box by default.{{/info}}\n)))|((({{{\nmulti line\n*verbatim*\ncontent\n}}})))\n\n=== 2.0 Verbatim ===\n\nAllow to enter content that will not be formatted (in other words the XWiki Syntax will not be taken into account).\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Verbatim inline|{{{Some verbatim {{{**[[not rendered]]**}}} content}}}|Some verbatim {{{**[[not rendered]]**}}} content\n|Verbatim block|((({{{\n{{{\nmulti line\n**verbatim**\ncontent\n}}}\n}}})))|((({{{\nmulti line\n**verbatim**\ncontent\n}}})))",
            "id": 322421,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/322421/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxverbatim/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxverbatim/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T07:45:34.918992Z",
            "action": 0,
            "target": "",
            "id": 318200,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/318200/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxverbatim/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxverbatim/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-22T03:30:24.550004Z",
            "action": 0,
            "target": "",
            "id": 301030,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/301030/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxverbatim/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxverbatim/en/?format=api",
            "user": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "author": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "timestamp": "2021-11-24T08:41:01.836213Z",
            "action": 0,
            "target": "",
            "id": 292187,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/292187/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxverbatim/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxverbatim/en/?format=api",
            "user": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "author": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "timestamp": "2021-07-02T10:26:52.032423Z",
            "action": 0,
            "target": "",
            "id": 287860,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/287860/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxverbatim/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxverbatim/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-10T03:31:18.079156Z",
            "action": 0,
            "target": "",
            "id": 284451,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/284451/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxverbatim/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxverbatim/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T13:01:02.942246Z",
            "action": 0,
            "target": "",
            "id": 280855,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/280855/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxverbatim/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxverbatim/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T12:57:49.183477Z",
            "action": 0,
            "target": "",
            "id": 280173,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/280173/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxverbatim/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxverbatim/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-12-02T15:29:58.001814Z",
            "action": 0,
            "target": "",
            "id": 276329,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/276329/?format=api"
        }
    ]
}