Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/1032734/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/clusterindex/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/clusterindex/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-04-16T08:49:45.331537Z",
    "action": 59,
    "target": "System RAM is not the fastest memory on a modern computer. There are several levels of cache between system RAM and the actual CPU, and the underlying operating system and processor will move data up and down the cache heirarchy in blocks. If the block getting moved up happens to include the piece of data the system will need next... that's a big win. Correlating the memory structure with the spatial structure is a way in increase the odds of that win happening.",
    "id": 570836,
    "action_name": "String updated in the repository",
    "url": "https://weblate.osgeo.org/api/changes/570836/?format=api"
}