Changes API.

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

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

{
    "unit": "https://translate.tails.boum.org/api/units/665622/?format=api",
    "component": "https://translate.tails.boum.org/api/components/tails/faq/?format=api",
    "translation": "https://translate.tails.boum.org/api/translations/tails/faq/fr/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-12-27T23:19:29.912433Z",
    "action": 30,
    "target": "The version of each application included in Tails corresponds to the version available in this version of Debian. Even though some versions might be old, the [Debian Security Team](https://wiki.debian.org/Teams/Security) provides security updates.",
    "id": 3232456,
    "action_name": "Source string changed",
    "url": "https://translate.tails.boum.org/api/changes/3232456/?format=api"
}