Translation components API.

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

GET /api/translations/seeyouforpc/glossary/fr/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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-26T14:47:38.763137Z",
            "action": 0,
            "target": "",
            "id": 29542,
            "action_name": "Resource update",
            "url": "https://t.naviter.com/api/changes/29542/?format=api"
        },
        {
            "unit": "https://t.naviter.com/api/units/177899/?format=api",
            "component": "https://t.naviter.com/api/components/seeyouforpc/glossary/?format=api",
            "translation": "https://t.naviter.com/api/translations/seeyouforpc/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-10-07T21:36:35.954224Z",
            "action": 31,
            "target": "",
            "id": 33086,
            "action_name": "New string added",
            "url": "https://t.naviter.com/api/changes/33086/?format=api"
        }
    ]
}