Changes API.

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

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

{
    "unit": "https://translate.yunohost.org/api/units/138735/?format=api",
    "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/code-server/?format=api",
    "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/code-server/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-03-19T18:41:27.332815Z",
    "action": 71,
    "target": "`code-server` files are stored inside `/home/yunohost.app/<your-user>/.local/share/code-server`",
    "id": 210987,
    "action_name": "String added in the repository",
    "url": "https://translate.yunohost.org/api/changes/210987/?format=api"
}