Changes API.

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

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

{
    "unit": "https://l10n.xwiki.org/api/units/534348/?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/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-23T23:37:37.621847Z",
    "action": 5,
    "target": "= 편집 =\n\n== 텍스트 형식 지정 ==\n\n=== 1.0 텍스트 형식 지정 ===\n\n|=요소|=XWiki 구문 1.0|=결과\n|굵은 글씨|{{{*굵은 글씨*}}}|**굵은 글씨**\n|밑줄|{{{__밑줄___}}}|__밑줄__\n|기울임|{{{~~기울임~~}}}|//기울임//\n|취소선|{{{--취소선--}}}|--취소선--\n|고정폭 글꼴|<tt>monospace</tt>|##monospace##\n|위 첨자|some <sup>위 첨자</sup>|some ^^위 첨자^^\n|아래 첨자|some <sub>아래 첨자</sub>|some ,,아래 첨자,,\n\n=== 2.0 텍스트 형식 지정 ===\n\n|=요소|=XWiki 구문 {{velocity}}$crtSyntaxVer{{/velocity}}|=결과\n|굵은 글씨|{{{**굵은 글씨**}}}|**굵은 글씨**\n|밑줄|{{{__밑줄__}}}|__밑줄__\n|기울임|{{{//기울임//}}}|//기울임//\n|취소선|{{{--취소선--}}}|--취소선--\n|고정폭 글꼴|{{{##monospace##}}}|##monospace##\n|위 첨자|{{{some ^^위 첨자^^}}}|some ^^위 첨자^^\n|아래 첨자|{{{some ,,아래 첨자,,}}}|some ,,아래 첨자,,",
    "id": 300048,
    "action_name": "Translation added",
    "url": "https://l10n.xwiki.org/api/changes/300048/?format=api"
}