Translation projects API.

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

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

{
    "count": 125,
    "next": null,
    "previous": "https://translate.edugit.org/api/projects/tinventory/changes/?format=api&page=6",
    "results": [
        {
            "unit": "https://translate.edugit.org/api/units/1802/?format=api",
            "component": "https://translate.edugit.org/api/components/tinventory/tinventory/?format=api",
            "translation": "https://translate.edugit.org/api/translations/tinventory/tinventory/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-12-05T18:01:48.536012Z",
            "action": 13,
            "target": "",
            "id": 1209,
            "action_name": "Neue Ausgangszeichenkette",
            "url": "https://translate.edugit.org/api/changes/1209/?format=api"
        },
        {
            "unit": "https://translate.edugit.org/api/units/1801/?format=api",
            "component": "https://translate.edugit.org/api/components/tinventory/tinventory/?format=api",
            "translation": "https://translate.edugit.org/api/translations/tinventory/tinventory/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-12-05T18:01:48.448357Z",
            "action": 13,
            "target": "",
            "id": 1208,
            "action_name": "Neue Ausgangszeichenkette",
            "url": "https://translate.edugit.org/api/changes/1208/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/tinventory/tinventory/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2019-12-05T18:01:48.129648Z",
            "action": 21,
            "target": "",
            "id": 1207,
            "action_name": "Repository umbasiert",
            "url": "https://translate.edugit.org/api/changes/1207/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://translate.edugit.org/api/users/nik/?format=api",
            "author": null,
            "timestamp": "2019-12-05T17:34:09.043989Z",
            "action": 34,
            "target": "",
            "id": 1206,
            "action_name": "Benutzer hinzugefügt",
            "url": "https://translate.edugit.org/api/changes/1206/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://translate.edugit.org/api/users/nik/?format=api",
            "author": "https://translate.edugit.org/api/users/nik/?format=api",
            "timestamp": "2019-12-05T17:33:48.224773Z",
            "action": 50,
            "target": "",
            "id": 1205,
            "action_name": "Projekt erstellt",
            "url": "https://translate.edugit.org/api/changes/1205/?format=api"
        }
    ]
}