Translation projects API.

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

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

{
    "count": 105,
    "next": null,
    "previous": "https://itzulpenak.gamerauntsia.eus/api/projects/superstarfighter/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://itzulpenak.gamerauntsia.eus/api/units/4/?format=api",
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/superstarfighter/ui/eu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-21T09:31:26.071192Z",
            "action": 13,
            "target": "",
            "id": 7,
            "action_name": "Source string added",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/7/?format=api"
        },
        {
            "unit": "https://itzulpenak.gamerauntsia.eus/api/units/1/?format=api",
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/superstarfighter/ui/eu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-21T09:31:26.025589Z",
            "action": 13,
            "target": "",
            "id": 4,
            "action_name": "Source string added",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/4/?format=api"
        },
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2019-07-21T09:31:25.966869Z",
            "action": 21,
            "target": "",
            "id": 3,
            "action_name": "Repository rebased",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/3/?format=api"
        },
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/?format=api",
            "translation": null,
            "user": "https://itzulpenak.gamerauntsia.eus/api/users/admin/?format=api",
            "author": "https://itzulpenak.gamerauntsia.eus/api/users/admin/?format=api",
            "timestamp": "2019-07-21T09:31:25.054207Z",
            "action": 51,
            "target": "",
            "id": 2,
            "action_name": "Component created",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/2/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://itzulpenak.gamerauntsia.eus/api/users/admin/?format=api",
            "author": "https://itzulpenak.gamerauntsia.eus/api/users/admin/?format=api",
            "timestamp": "2019-07-21T09:28:34.476841Z",
            "action": 50,
            "target": "",
            "id": 1,
            "action_name": "Project created",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/1/?format=api"
        }
    ]
}