Changes API.

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

GET /api/changes/337907/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "https://l10n.xwiki.org/api/units/552498/?format=api",
    "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxtextformatting/?format=api",
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxtextformatting/ja/?format=api",
    "user": "https://l10n.xwiki.org/api/users/shirahara/?format=api",
    "author": "https://l10n.xwiki.org/api/users/shirahara/?format=api",
    "timestamp": "2022-11-13T17:07:44.656906Z",
    "action": 5,
    "target": "= 編集 =\n\n== テキストのフォーマット ==\n\n=== テキストのフォーマット1.0 ===\n\n|=機能|=XWikiシンタックス 1.0|=結果\n|太字|{{{*太字*}}}|**太字**\n|下線|{{{__下線__}}}|__下線__\n|斜字体|{{{~~斜字体~~}}}|//斜字体//\n|打ち消し線|{{{--打ち消し線--}}}|--打ち消し線--\n|等幅|<tt>等幅</tt>|##等幅##\n|上付き添字|上付きの<sup>添字</sup>|some ^^添字^^\n|下付き添字|下付きの<sub>添字</sub>|some ,,添字,,\n\n=== 2.0 Text Formatting ===\n\n|=機能|=XWikiシンタックス {{velocity}}$crtSyntaxVer{{/velocity}}|=結果\n|太字|{{{**太字**}}}|**太字**\n|下線|{{{__下線__}}}|__下線__\n|斜字体|{{{//斜字体//}}}|//斜字体//\n|打ち消し線|{{{--打ち消し線--}}}|--打ち消し線--\n|等幅|{{{##等幅##}}}|##等幅##\n|上付き添字|{{{上付きの^^添字^^}}}|上付きの^^添字^^\n|下付き添字|{{{下付きの,,添字,,}}}|下付きの,,添字,,",
    "id": 337907,
    "action_name": "Translation added",
    "url": "https://l10n.xwiki.org/api/changes/337907/?format=api"
}