Translation components API.

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

GET /api/translations/yunohost-apps-test/olivetin/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 22,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-04-03T22:16:29.722159Z",
            "action": 0,
            "target": "",
            "id": 225980,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/225980/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/149904/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-04-03T22:16:29.722023Z",
            "action": 71,
            "target": "Simplify complex commands, make them accessible and repeatable",
            "id": 225979,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/225979/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/149903/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-04-03T22:16:29.721877Z",
            "action": 71,
            "target": "Safely give access to commands, for less technical people",
            "id": 225978,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/225978/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/149902/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-04-03T22:16:29.721662Z",
            "action": 71,
            "target": "Use cases",
            "id": 225977,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/225977/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/149901/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-04-03T22:16:29.721460Z",
            "action": 71,
            "target": "Features",
            "id": 225976,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/225976/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:26.096204Z",
            "action": 0,
            "target": "",
            "id": 210925,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/210925/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138684/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:26.096166Z",
            "action": 71,
            "target": "Good amount of unit tests and style checks - helps potential contributors be consistent, and helps with maintainability.",
            "id": 210924,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210924/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138679/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:26.096127Z",
            "action": 71,
            "target": "Lightweight on resources - uses only a few MB of RAM and barely any CPU. Written in Go, with a web interface written as a modern, responsive, Single Page App that uses the REST/gRPC API.",
            "id": 210923,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210923/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138669/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:26.096080Z",
            "action": 71,
            "target": "Integrate with anything - OliveTin just runs Linux shell commands, so theoretially you could integrate with a bunch of stuff just by using curl, ping, etc. However, writing your own shell scripts is a reat way to extend OliveTin.",
            "id": 210922,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210922/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138648/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:26.095876Z",
            "action": 71,
            "target": "Container - available for quickly testing and getting it up and running, great for the selfhosted community.",
            "id": 210921,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210921/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138647/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:26.095837Z",
            "action": 71,
            "target": "Accessible - passes all the accessibility checks in Firefox, and issues with accessibility are taken seriously.",
            "id": 210920,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210920/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138643/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:26.095798Z",
            "action": 71,
            "target": "Dark mode - for those of you that roll that way.",
            "id": 210919,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210919/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138640/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:26.095759Z",
            "action": 71,
            "target": "Super simple config in YAML - because if it’s not YAML now-a-days, it’s not \"cloud native\" :-)",
            "id": 210918,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210918/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138638/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:26.095719Z",
            "action": 71,
            "target": "Responsive, touch-friendly UI - great for tablets and mobile",
            "id": 210917,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210917/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138635/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:26.095679Z",
            "action": 71,
            "target": "Run long running on your servers from your cell phone. `apt upgrade -y`",
            "id": 210916,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210916/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138632/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:26.095640Z",
            "action": 71,
            "target": "Expose complex commands on touchscreen tablets stuck on walls around your house. `wake-on-lan aa:bb:cc:11:22:33`",
            "id": 210915,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210915/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138627/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:26.095561Z",
            "action": 71,
            "target": "Enable SSH access to the server for the next 20 mins `firewall-cmd --add-service ssh --timeout 20m`",
            "id": 210913,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210913/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138625/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:26.095521Z",
            "action": 71,
            "target": "Give junior admins a simple web form with dropdowns, to start your custom script like `backupScript.sh --folder {{ customerName }}`",
            "id": 210912,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210912/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138623/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:26.095480Z",
            "action": 71,
            "target": "Give your family a button to `systemctl restart jellyfin`",
            "id": 210911,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210911/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138619/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:26.095374Z",
            "action": 71,
            "target": "OliveTin gives safe and simple access to predefined shell commands from a web interface.",
            "id": 210909,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210909/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138617/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:26.095149Z",
            "action": 71,
            "target": "Olivetin is added as sudoers for selected commands. You can see and edit the sudoers file located at `/etc/sudoers.d/__APP__`.",
            "id": 210908,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210908/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138615/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/olivetin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/olivetin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:26.095109Z",
            "action": 71,
            "target": "Now you can customize Olivetin's configuration file at `__INSTALL_DIR__/config.yaml`.",
            "id": 210907,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210907/?format=api"
        }
    ]
}