Translation projects API.

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

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

{
    "count": 2203,
    "next": null,
    "previous": "http://translate.diyseeds.org/api/projects/diyseeds-org-persons/changes/?format=api&page=110",
    "results": [
        {
            "unit": null,
            "component": "http://translate.diyseeds.org/api/components/diyseeds-org-persons/martina-widmer/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-31T12:55:04.244528+01:00",
            "action": 21,
            "target": "",
            "id": 159086,
            "action_name": "Rebased repository",
            "url": "http://translate.diyseeds.org/api/changes/159086/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.diyseeds.org/api/components/diyseeds-org-persons/martina-widmer/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-31T12:55:10.222104+01:00",
            "action": 18,
            "target": "",
            "id": 159087,
            "action_name": "Pushed changes",
            "url": "http://translate.diyseeds.org/api/changes/159087/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.diyseeds.org/api/components/diyseeds-org-persons/martina-widmer/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-31T12:55:12.160926+01:00",
            "action": 18,
            "target": "",
            "id": 159088,
            "action_name": "Pushed changes",
            "url": "http://translate.diyseeds.org/api/changes/159088/?format=api"
        }
    ]
}