Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/app-ops/ops/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/app-ops/ops/sk/?format=api",
            "user": "https://weblate.rikka.app/api/users/kammio89/?format=api",
            "author": "https://weblate.rikka.app/api/users/kammio89/?format=api",
            "timestamp": "2021-09-10T11:23:58.171055Z",
            "action": 0,
            "target": "",
            "id": 11184,
            "action_name": "Resource update",
            "url": "https://weblate.rikka.app/api/changes/11184/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/app-ops/ops/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/app-ops/ops/sk/?format=api",
            "user": "https://weblate.rikka.app/api/users/kammio89/?format=api",
            "author": "https://weblate.rikka.app/api/users/kammio89/?format=api",
            "timestamp": "2021-09-10T11:23:58.234563Z",
            "action": 44,
            "target": "",
            "id": 11185,
            "action_name": "New strings to translate",
            "url": "https://weblate.rikka.app/api/changes/11185/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/app-ops/ops/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/app-ops/ops/sk/?format=api",
            "user": "https://weblate.rikka.app/api/users/kammio89/?format=api",
            "author": "https://weblate.rikka.app/api/users/kammio89/?format=api",
            "timestamp": "2021-09-10T11:23:58.571347Z",
            "action": 48,
            "target": "",
            "id": 11186,
            "action_name": "Added new language",
            "url": "https://weblate.rikka.app/api/changes/11186/?format=api"
        }
    ]
}