Changes API.

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

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

{
    "unit": "https://l10n.xwiki.org/api/units/465574/?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/de/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-11T07:45:27.257425Z",
    "action": 59,
    "target": "= Berabeiten =\n\n== Textformatierung ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 Text Formatting ===\n\n|=Funktion|=XWiki Syntax 1.0|=Ergebnis\n|Fett|{{{*fett*}}}|**fett**\n|Unterstrichen|{{{__unterstrichen__}}}|__unterstrichen__\n|Kursiv|{{{~~kursiv~~}}}|//kursiv//\n|Durchgestrichen|{{{--durchgestrichen--}}}|--durchgestrichen--\n|Nichtproportional|<tt>nichtproportional</tt>|##nichtproportional##\n|Hochgestellt|etwas <sup>hochgestellt</sup>|etwas ^^hochgestellt^^\n|Tiefgestellt|etwas <sub>tiefgestellt</sub>|etwas ,,tiefgestellt,,\n\n=== 2.0 Text Formatting ===\n\n|=Funktion|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Ergebnis\n|Fett|{{{**fett**}}}|**fett**\n|Unterstrichen|{{{__unterstrichen__}}}|__unterstrichen__\n|Kursiv|{{{//kursiv//}}}|//kursiv//\n|Durchgestrichen|{{{--durchgestrichen--}}}|--durchgestrichen--\n|Nichtproportional|{{{##nichtproportional##}}}|##nichtproportional##\n|Hochgestellt|{{{etwas ^^hochgestellt^^}}}|etwas ^^hochgestellt^^\n|Tiefgestellt|{{{etwas ,,tiefgestellt,,}}}|etwas ,,tiefgestellt,,",
    "id": 318038,
    "action_name": "String updated in the repository",
    "url": "https://l10n.xwiki.org/api/changes/318038/?format=api"
}