Changes API.

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

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

{
    "unit": "https://translate.tails.net/api/units/727097/?format=api",
    "component": "https://translate.tails.net/api/components/tails/pidgin/?format=api",
    "translation": "https://translate.tails.net/api/translations/tails/pidgin/fr/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-06-10T12:32:05.430011Z",
    "action": 30,
    "target": "[List of IRC/chat networks that block or support Tor](https://gitlab.torproject.org/legacy/trac/-/wikis/doc/BlockingIrc)",
    "id": 3456008,
    "action_name": "Source string changed",
    "url": "https://translate.tails.net/api/changes/3456008/?format=api"
}