Translation projects API.

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

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

{
    "count": 1223,
    "next": null,
    "previous": "https://translate.edugit.org/api/projects/teckids/changes/?format=api&page=61",
    "results": [
        {
            "unit": "https://translate.edugit.org/api/units/13745/?format=api",
            "component": "https://translate.edugit.org/api/components/teckids/teckids-org/?format=api",
            "translation": "https://translate.edugit.org/api/translations/teckids/teckids-org/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-07T17:30:09.428023Z",
            "action": 13,
            "target": "",
            "id": 6500,
            "action_name": "Neue Ausgangszeichenkette",
            "url": "https://translate.edugit.org/api/changes/6500/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/teckids/teckids-org/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-01-07T17:30:09.177424Z",
            "action": 21,
            "target": "",
            "id": 6499,
            "action_name": "Repository umbasiert",
            "url": "https://translate.edugit.org/api/changes/6499/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://translate.edugit.org/api/users/debdolph/?format=api",
            "author": "https://translate.edugit.org/api/users/debdolph/?format=api",
            "timestamp": "2021-01-07T17:27:17.382512Z",
            "action": 50,
            "target": "",
            "id": 6498,
            "action_name": "Projekt erstellt",
            "url": "https://translate.edugit.org/api/changes/6498/?format=api"
        }
    ]
}