Changes API.

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

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

{
    "unit": "https://translate.yunohost.org/api/units/149142/?format=api",
    "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/reverseproxy/?format=api",
    "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/reverseproxy/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-04-03T22:15:38.901446Z",
    "action": 71,
    "target": "To support relative URLs from the backend, accessing the application via `http(s)://__DOMAIN__/proxy` will permanent redirect (302) to `http(s)://__DOMAIN__/proxy/` (trailing slash). Otherwise, a relative link like `<link rel=\"stylesheet\" href=\"style.css\">` would try to load `http(s)://__DOMAIN__/style.css` which would fail.\n",
    "id": 225019,
    "action_name": "String added in the repository",
    "url": "https://translate.yunohost.org/api/changes/225019/?format=api"
}