Translation projects API.

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

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

{
    "count": 804,
    "next": null,
    "previous": "https://itzulpenak.gamerauntsia.eus/api/projects/supertux/changes/?format=api&page=16",
    "results": [
        {
            "unit": "https://itzulpenak.gamerauntsia.eus/api/units/168/?format=api",
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/menu-nagusia/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-21T09:38:54.271631Z",
            "action": 13,
            "target": "",
            "id": 96,
            "action_name": "Source string added",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/96/?format=api"
        },
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2019-07-21T09:38:54.082352Z",
            "action": 21,
            "target": "",
            "id": 95,
            "action_name": "Repository rebased",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/95/?format=api"
        },
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/menu-nagusia/?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:38:52.147258Z",
            "action": 51,
            "target": "",
            "id": 94,
            "action_name": "Component created",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/94/?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:34:40.751715Z",
            "action": 50,
            "target": "",
            "id": 93,
            "action_name": "Project created",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/93/?format=api"
        }
    ]
}