Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/9856/?format=api",
    "component": "https://weblate.rikka.app/api/components/app-ops/app/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/app-ops/app/ru/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-04-05T03:09:41.494943Z",
    "action": 30,
    "target": "%1$d/%2$d",
    "id": 9371,
    "action_name": "Source string changed",
    "url": "https://weblate.rikka.app/api/changes/9371/?format=api"
}