Translation components API.

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

GET /api/translations/framasoft/commons/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framasoft/commons/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/commons/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-30T08:40:30.905957Z",
            "action": 0,
            "target": "",
            "id": 242690,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/242690/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framasoft/commons/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/commons/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-06-30T15:05:30.752040Z",
            "action": 0,
            "target": "",
            "id": 207891,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/207891/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framasoft/commons/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/commons/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-11T07:46:59.524528Z",
            "action": 0,
            "target": "",
            "id": 142507,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/142507/?format=api"
        }
    ]
}