Translation components API.

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

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

{
    "count": 1102,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/translations/framaspace/charon-messages/fr/changes/?format=api&page=22",
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/745483/?format=api",
            "component": "https://weblate.framasoft.org/api/components/framaspace/charon-messages/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framaspace/charon-messages/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-24T17:22:25.388473Z",
            "action": 59,
            "target": "Approuvé",
            "old": "",
            "details": {
                "state": 20,
                "source": "Approved",
                "old_state": -1
            },
            "id": 436066,
            "action_name": "Chaîne mise à jour dans le dépôt",
            "url": "https://weblate.framasoft.org/api/changes/436066/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/745482/?format=api",
            "component": "https://weblate.framasoft.org/api/components/framaspace/charon-messages/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framaspace/charon-messages/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-24T17:22:25.388425Z",
            "action": 59,
            "target": "En attente",
            "old": "",
            "details": {
                "state": 20,
                "source": "Pending",
                "old_state": -1
            },
            "id": 436065,
            "action_name": "Chaîne mise à jour dans le dépôt",
            "url": "https://weblate.framasoft.org/api/changes/436065/?format=api"
        }
    ]
}