Changes API.

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

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

{
    "unit": "http://translate.pretalx.com/api/units/13004/?format=api",
    "component": "http://translate.pretalx.com/api/components/pretalx/pretalx/?format=api",
    "translation": "http://translate.pretalx.com/api/translations/pretalx/pretalx/ja/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2020-12-23T23:23:10.262270Z",
    "action": 30,
    "target": "proposal is waiting for your review.\u001e\u001eproposals are waiting for your review.",
    "id": 4326,
    "action_name": "Source string changed",
    "url": "http://translate.pretalx.com/api/changes/4326/?format=api"
}