Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/1032729/?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.331128Z",
    "action": 59,
    "target": "The command re-writes the ``nyc_census_blocks`` in the order defined by the spatial index ``nyc_census_blocks_geom_gist``. Can you perceive a speed difference? Maybe not, because the original data may have already had some pre-existing spatial ordering (this is not uncommon in GIS data sets).",
    "id": 570831,
    "action_name": "String updated in the repository",
    "url": "https://weblate.osgeo.org/api/changes/570831/?format=api"
}