Translation components API.

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

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

{
    "count": 9,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/ko/?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:11.664682Z",
            "action": 0,
            "target": "",
            "id": 346954,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/346954/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/ko/?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:14:56.636211Z",
            "action": 0,
            "target": "",
            "id": 342429,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/342429/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/ko/?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:10.915906Z",
            "action": 0,
            "target": "",
            "id": 323305,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/323305/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T08:14:40.869949Z",
            "action": 0,
            "target": "",
            "id": 322203,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/322203/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-11T07:45:45.188573Z",
            "action": 0,
            "target": "",
            "id": 318441,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/318441/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/529884/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Park/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Park/?format=api",
            "timestamp": "2022-03-21T20:44:00.097131Z",
            "action": 5,
            "target": "XWikiSyntaxDefinitionLists",
            "id": 298973,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/298973/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/529883/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Park/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Park/?format=api",
            "timestamp": "2022-03-21T20:43:55.842615Z",
            "action": 5,
            "target": "= Editing =\n\n== Definition Lists ==\n\n=== 1.0 Definition Lists ===\n\n|=요소|=XWiki Syntax 1.0|=결과\n|표준 정의|((({{{\n<dl>\n  <dt>term</dt>\n  <dd>definition</dd>\n</dl>\n}}})))|(((\n; term\n: definition\n)))\n|중첩된 정의|((({{{\n<dl>\n  <dt>term 1</dt>\n  <dd>definition 1\n    <dl>\n      <dt>term 2</dt>\n      <dd>definition 2</dd>\n    </dl>\n  </dd>\n</dl>\n}}})))|(((\n; term 1\n: definition 1\n:; term 2\n:: definition 2\n)))\n|매개 변수 정의|((({{{\n<dl style=\"color:blue\">\n  <dt>term</dt>\n  <dd>definition</dd>\n</dl>\n}}})))|(((\n(% style=\"color:blue\" %)\n; term\n: definition\n)))\n\n=== 2.0 Definition Lists ===\n\n|=요소|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=결과\n|표준 정의|((({{{\n; term\n: definition\n}}})))|(((\n; term\n: definition\n)))\n|중첩된 정의|((({{{\n; term 1\n: definition 1\n:; term 2\n:: definition 2\n}}})))|(((\n; term 1\n: definition 1\n:; term 2\n:: definition 2\n)))\n|매개 변수 정의|((({{{\n(% style=\"color:blue\" %)\n; term\n: definition\n}}})))|(((\n(% style=\"color:blue\" %)\n; term\n: definition\n)))",
            "id": 298972,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/298972/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Park/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Park/?format=api",
            "timestamp": "2022-03-21T18:45:12.525247Z",
            "action": 48,
            "target": "",
            "id": 298776,
            "action_name": "Language added",
            "url": "https://l10n.xwiki.org/api/changes/298776/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxdefinitionlists/ko/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Park/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Park/?format=api",
            "timestamp": "2022-03-21T18:45:12.396451Z",
            "action": 0,
            "target": "",
            "id": 298774,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/298774/?format=api"
        }
    ]
}