Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://t.naviter.com/api/components/seeyouforpc/glossary/?format=api",
            "translation": "https://t.naviter.com/api/translations/seeyouforpc/glossary/ro/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-26T14:47:38.917945Z",
            "action": 0,
            "target": "",
            "id": 29550,
            "action_name": "Resource update",
            "url": "https://t.naviter.com/api/changes/29550/?format=api"
        },
        {
            "unit": "https://t.naviter.com/api/units/177907/?format=api",
            "component": "https://t.naviter.com/api/components/seeyouforpc/glossary/?format=api",
            "translation": "https://t.naviter.com/api/translations/seeyouforpc/glossary/ro/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-10-07T21:36:36.164980Z",
            "action": 31,
            "target": "",
            "id": 33094,
            "action_name": "New string added",
            "url": "https://t.naviter.com/api/changes/33094/?format=api"
        }
    ]
}