Translation components API.

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

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

{
    "count": 42,
    "next": null,
    "previous": "https://weblate.rikka.app/api/translations/app-ops/ops/nl/changes/?format=api&page=2",
    "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/nl/?format=api",
            "user": "https://weblate.rikka.app/api/users/rikka/?format=api",
            "author": "https://weblate.rikka.app/api/users/rikka/?format=api",
            "timestamp": "2020-08-22T15:09:07.708002Z",
            "action": 0,
            "target": "",
            "id": 5432,
            "action_name": "Resource update",
            "url": "https://weblate.rikka.app/api/changes/5432/?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/nl/?format=api",
            "user": "https://weblate.rikka.app/api/users/rikka/?format=api",
            "author": "https://weblate.rikka.app/api/users/rikka/?format=api",
            "timestamp": "2020-08-22T15:09:08.270841Z",
            "action": 44,
            "target": "",
            "id": 5446,
            "action_name": "New string to translate",
            "url": "https://weblate.rikka.app/api/changes/5446/?format=api"
        }
    ]
}