Changes API.

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

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

{
    "unit": "https://translate.yunohost.org/api/units/149882/?format=api",
    "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/transfersh/?format=api",
    "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/transfersh/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-04-03T22:16:28.231903Z",
    "action": 71,
    "target": "transfer(){ if [ $# -eq 0 ];then echo \"No arguments specified.\\nUsage:\\n  transfer <file|directory>\\n  ... | transfer <file_name>\">&2;return 1;fi;if tty -s;then file=\"$1\";file_name=$(basename \"$file\");if [ ! -e \"$file\" ];then echo \"$file: No such file or directory\">&2;return 1;fi;if [ -d \"$file\" ];then file_name=\"$file_name.zip\" ,;(cd \"$file\"&&zip -r -q - .)|curl --progress-bar --upload-file \"-\" \"https://__DOMAIN__/$file_name\"|tee /dev/null,;else cat \"$file\"|curl --progress-bar --upload-file \"-\" \"https://__DOMAIN__/$file_name\"|tee /dev/null;fi;else file_name=$1;curl --progress-bar --upload-file \"-\" \"https://__DOMAIN__/$file_name\"|tee /dev/null;fi;}\n",
    "id": 225951,
    "action_name": "String added in the repository",
    "url": "https://translate.yunohost.org/api/changes/225951/?format=api"
}