Translation components API.

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

GET /api/translations/framaspace/charon-messages/en/changes/?format=api&page=14
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 652,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/translations/framaspace/charon-messages/en/changes/?format=api&page=13",
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/745475/?format=api",
            "component": "https://weblate.framasoft.org/api/components/framaspace/charon-messages/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framaspace/charon-messages/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-24T17:22:25.205947Z",
            "action": 59,
            "target": "Approved",
            "old": "",
            "details": {
                "state": 20,
                "source": "Approved",
                "old_state": -1
            },
            "id": 436057,
            "action_name": "Chaîne mise à jour dans le dépôt",
            "url": "https://weblate.framasoft.org/api/changes/436057/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/745474/?format=api",
            "component": "https://weblate.framasoft.org/api/components/framaspace/charon-messages/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framaspace/charon-messages/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-24T17:22:25.205883Z",
            "action": 59,
            "target": "Pending",
            "old": "",
            "details": {
                "state": 20,
                "source": "Pending",
                "old_state": -1
            },
            "id": 436056,
            "action_name": "Chaîne mise à jour dans le dépôt",
            "url": "https://weblate.framasoft.org/api/changes/436056/?format=api"
        }
    ]
}