Translation components API.

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

GET /api/translations/g1nkgo/glossary/fr/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.duniter.org/api/components/g1nkgo/glossary/?format=api",
            "translation": "https://weblate.duniter.org/api/translations/g1nkgo/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-24T12:03:49.592976Z",
            "action": 0,
            "target": "",
            "id": 10361,
            "action_name": "Resource update",
            "url": "https://weblate.duniter.org/api/changes/10361/?format=api"
        },
        {
            "unit": "https://weblate.duniter.org/api/units/11266/?format=api",
            "component": "https://weblate.duniter.org/api/components/g1nkgo/glossary/?format=api",
            "translation": "https://weblate.duniter.org/api/translations/g1nkgo/glossary/fr/?format=api",
            "user": "https://weblate.duniter.org/api/users/Maaltir/?format=api",
            "author": "https://weblate.duniter.org/api/users/Maaltir/?format=api",
            "timestamp": "2023-05-06T11:04:18.659596Z",
            "action": 31,
            "target": "Transactions",
            "id": 16750,
            "action_name": "New string added",
            "url": "https://weblate.duniter.org/api/changes/16750/?format=api"
        },
        {
            "unit": "https://weblate.duniter.org/api/units/40560/?format=api",
            "component": "https://weblate.duniter.org/api/components/g1nkgo/glossary/?format=api",
            "translation": "https://weblate.duniter.org/api/translations/g1nkgo/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2026-04-29T14:19:18.775810Z",
            "action": 31,
            "target": "",
            "id": 77926,
            "action_name": "New string added",
            "url": "https://weblate.duniter.org/api/changes/77926/?format=api"
        },
        {
            "unit": "https://weblate.duniter.org/api/units/40659/?format=api",
            "component": "https://weblate.duniter.org/api/components/g1nkgo/glossary/?format=api",
            "translation": "https://weblate.duniter.org/api/translations/g1nkgo/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2026-04-29T14:49:15.451150Z",
            "action": 31,
            "target": "",
            "id": 77981,
            "action_name": "New string added",
            "url": "https://weblate.duniter.org/api/changes/77981/?format=api"
        }
    ]
}