Changes API.

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

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

{
    "unit": "https://weblate.ppc.lol/api/units/10343/?format=api",
    "component": "https://weblate.ppc.lol/api/components/peercoin-flutter/translations/?format=api",
    "translation": "https://weblate.ppc.lol/api/translations/peercoin-flutter/translations/nl/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-06-29T14:06:35.773274Z",
    "action": 30,
    "target": "Please enter your PIN",
    "id": 6110,
    "action_name": "Source string changed",
    "url": "https://weblate.ppc.lol/api/changes/6110/?format=api"
}