Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/41808169/?format=api",
    "component": "https://hosted.weblate.org/api/components/jexiftoolgui/help-texts/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/jexiftoolgui/help-texts/de/?format=api",
    "user": "https://hosted.weblate.org/api/users/hvdwolf/?format=api",
    "author": "https://hosted.weblate.org/api/users/hvdwolf/?format=api",
    "timestamp": "2023-01-04T11:25:05.936665+01:00",
    "action": 30,
    "target": "<big>ExifTool commands</big><hr><br>Define your own parameters of \"Send to…\" ExifTool from this tab. Parameters are executed on images selected on the left.<br>Specify read parameters or write parameters, but not in one command: Write actions take precedence, and you can combine several parameters. <b>Note:</b> You can't supply Exiftool command itself. The GUI takes care of that.<br>Set the file date to the date the photo was taken with the <tt>-FileModifyDate&lt;DateTimeOriginal</tt> command.On Windows you need to double-quote this and on Linux and macOS you need to single-quote this, like<ul><li>Linux/macOS: <tt>'-FileModifyDate&lt;DateTimeOriginal'</tt></li><li>Windows: <tt>\"-FileModifyDate&lt;DateTimeOriginal\"</tt></li></ul>Other examples are:<table border=\"1\" cellpadding=\"10\"><tr><td>-exif:all</td><td>displays all Exif tags for the selected image(s)</td></tr><tr><td>-exif:all=</td><td>removes(<b>!</b>) all Exif tags from the selected image(s)</td></tr><tr><td>-Exif:Artist=My Name -xmp:credit=Name of my wife</td><td>Puts \"My Name\" and \"Name of my wife\" into the selected image(s)</td></tr><tr><td>-Xmp:City=Zwolle -Xmp:Country=Netherlands</td><td>Writes your city and country into the XMP tags of your image(s)</td></tr></table>Read the <a href=\"https://www.exiftool.org/exiftool_pod.html\" target=\"_blank\">exiftool Application Documentation</a> which has extensive info and lots of examples.<br>Also read the <a href=\"https://exiftool.org/examples.html\" target=\"_blank\">Exiftool Command-Line examples</a>, which gives examples as well.<br>Another source for examples is <a href=\"https://github.com/jonkeren/Exiftool-Commands\" target=\"_blank\">Jonkeren's useful exiftool commands.</a>",
    "id": 44502568,
    "action_name": "Source string changed",
    "url": "https://hosted.weblate.org/api/changes/44502568/?format=api"
}