Translation projects API.

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

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

{
    "count": 10554,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/projects/peppercarrot/changes/?format=api&page=211",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/website/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/website/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-06T15:36:33.395075Z",
            "action": 0,
            "target": "",
            "id": 225099,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/225099/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/website/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-08-06T15:36:29.950455Z",
            "action": 21,
            "target": "",
            "id": 225098,
            "action_name": "Dépôt rebasé",
            "url": "https://weblate.framasoft.org/api/changes/225098/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/website/?format=api",
            "translation": null,
            "user": "https://weblate.framasoft.org/api/users/gunchleoc/?format=api",
            "author": "https://weblate.framasoft.org/api/users/gunchleoc/?format=api",
            "timestamp": "2021-08-06T15:36:29.025723Z",
            "action": 51,
            "target": "",
            "id": 225097,
            "action_name": "Composant créé",
            "url": "https://weblate.framasoft.org/api/changes/225097/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://weblate.framasoft.org/api/users/luc/?format=api",
            "author": "https://weblate.framasoft.org/api/users/luc/?format=api",
            "timestamp": "2021-08-05T07:18:12.994421Z",
            "action": 50,
            "target": "",
            "id": 224892,
            "action_name": "Projet créé",
            "url": "https://weblate.framasoft.org/api/changes/224892/?format=api"
        }
    ]
}