Changes API.

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

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

{
    "unit": "https://weblate.tusky.app/api/units/82360/?format=api",
    "component": "https://weblate.tusky.app/api/components/tusky/tusky-app/?format=api",
    "translation": "https://weblate.tusky.app/api/translations/tusky/tusky-app/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-06-05T10:47:51.367217Z",
    "action": 59,
    "target": "Tusky 22.0 beta 7\n\nFixes:\n\n\n### Significant bug fixes\n\n- Fetch all outstanding Mastodon notifications when creating Android notifications\n- Clicking \"Compose\" from a notification would set the wrong account\n- Ensure \"last read notification ID\" is saved to the correct account",
    "id": 128512,
    "action_name": "String updated in the repository",
    "url": "https://weblate.tusky.app/api/changes/128512/?format=api"
}