Changes API.

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

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

{
    "unit": "https://weblate.ppc.lol/api/units/30159/?format=api",
    "component": "https://weblate.ppc.lol/api/components/peercoin-net/glossary/?format=api",
    "translation": "https://weblate.ppc.lol/api/translations/peercoin-net/glossary/pt/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-12-15T13:52:24.273930Z",
    "action": 31,
    "target": "",
    "id": 19300,
    "action_name": "New string added",
    "url": "https://weblate.ppc.lol/api/changes/19300/?format=api"
}