Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/41808223/?format=api",
    "component": "https://hosted.weblate.org/api/components/jexiftoolgui/help-texts/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/jexiftoolgui/help-texts/nb_NO/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-17T02:19:51.931219+02:00",
    "action": 59,
    "target": "<big>ExifTool commands</big><hr><br>On this tab you can define your own parameters to \"send to\" exiftool. The parameters will be executed on the images you have selected on the left.<br>You can both specify read parameters as well as write parameters but not in one command: write actions take precedence. You can also combine several parameters. <b>Note:</b> You don't need (must not) provide the exiftool command itself. The Gui will take care of that.<br>One thing YOU need to take care of is the use of either single quotes or double quotes around some commands. If you want to set the file date to the date the photo was taken, you need the command <tt>-FileModifyDate&lt;DateTimeOriginal</tt>.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>will display all exif tags for the selected image(s)</td></tr><tr><td>-exif:all=</td><td>will remove(<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>Will put \"My Name\" and \"Name of my wife\" into the selected image(s)</td></tr><tr><td>-Xmp:City=Zwolle -Xmp:Country=Netherlands</td><td>Will write your city and country into the xmp tags of your image(s)</td></tr></table>See the <a href=\"https://www.exiftool.org/exiftool_pod.html\" target=\"_blank\">exiftool Application Documentation</a> which gives extensive information and lots of examples.<br>See also the <a href=\"https://exiftool.org/examples.html\" target=\"_blank\">Exiftool Command-Line examples</a> which gives examples as well.",
    "id": 36948084,
    "action_name": "String updated in the repository",
    "url": "https://hosted.weblate.org/api/changes/36948084/?format=api"
}