Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/41808175/?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": null,
    "author": null,
    "timestamp": "2021-08-22T22:01:33.194873+02:00",
    "action": 30,
    "target": "<big>Renaming</big><hr><br>General date time options are self-explanatory.<br><br><b>String:</b> This can be any string you like, including spaces. UTF-8 is used, but I can' t predict which \"strange\" characters cause errors on your OS.<br><br><b>Camera model:</b> Extracts the camera model from the Exif data of your image(s).<br><br><b>Location:</b> Extracts the \"xmp:location\" info from your image(s). NOTE: This will only work if your images contain this info. For example because you added that before(!) in the \"Edit data → GPS\" tab.<br><br><b>City Name:</b> This will extract the \"xmp:city\" info from your image(s). NOTE: This will only work if your images contain this info. For example because you added that before(!) in the \"Edit data → GPS\" tab.<br><br><b>ISO value:</b> Takes the \"exif:iso\" value from images. As ISO is just a numeric value like 100, the string ISO will be added, making it 100ISO.<br><br><b>Equivalent 35 mm focal length:</b> Adds the corresponding focal length of what you would have had to use on a 35 mm camera.<br><br><b>Original file name:</b> The original name as given by your camera maker for your image.<br>",
    "id": 12318693,
    "action_name": "Source string changed",
    "url": "https://hosted.weblate.org/api/changes/12318693/?format=api"
}