Translation projects API.

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

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

{
    "count": 39452,
    "next": null,
    "previous": "https://translations.documentfoundation.org/api/projects/libo_online/changes/?format=api&page=789",
    "results": [
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/libo_online/loleaflet-ui/?format=api",
            "translation": null,
            "user": "https://translations.documentfoundation.org/api/users/cloph/?format=api",
            "author": "https://translations.documentfoundation.org/api/users/cloph/?format=api",
            "timestamp": "2019-12-12T20:02:39.659028Z",
            "action": 51,
            "target": "",
            "id": 487331,
            "action_name": "Component created",
            "url": "https://translations.documentfoundation.org/api/changes/487331/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://translations.documentfoundation.org/api/users/cloph/?format=api",
            "author": "https://translations.documentfoundation.org/api/users/cloph/?format=api",
            "timestamp": "2019-12-12T20:00:20.813638Z",
            "action": 50,
            "target": "",
            "id": 487327,
            "action_name": "Project created",
            "url": "https://translations.documentfoundation.org/api/changes/487327/?format=api"
        }
    ]
}