Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framacalc/main/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framacalc/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-08T14:12:03.002144Z",
            "action": 0,
            "target": "",
            "id": 524679,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/524679/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/606654/?format=api",
            "component": "https://weblate.framasoft.org/api/components/framacalc/main/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framacalc/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-08T14:12:03.002075Z",
            "action": 59,
            "target": "## Limitations\n\n@:txt.calc has some limitations :\n\n- calcs will be **deleted after {days} days of inactivity** (no access,\n  no modification), in order to avoid enlargement of our database\n  indefinitely\n- they can only contain a maximum of **{rows} rows**\n- it is not possible to create multi-sheet layers\n  or import OpenDocument or Microsoft Office files\n- for [security reasons](https://contact.framasoft.org/en/faq/#calc-delete),\n  we are unable to remove calcs upon request\n\nThis service is offered subject to acceptance of our terms and conditions\nand may be moderated according to our moderation policy.",
            "id": 524678,
            "action_name": "Chaîne mise à jour dans le dépôt",
            "url": "https://weblate.framasoft.org/api/changes/524678/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framacalc/main/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framacalc/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-17T14:10:54.115783Z",
            "action": 0,
            "target": "",
            "id": 264393,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/264393/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framacalc/main/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framacalc/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-02-04T09:15:45.147775Z",
            "action": 0,
            "target": "",
            "id": 35342,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/35342/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framacalc/main/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framacalc/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-12-16T19:55:42.159395Z",
            "action": 0,
            "target": "",
            "id": 25124,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/25124/?format=api"
        }
    ]
}