Translation components API.

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

GET /api/translations/beamngdrive/glossary/eo/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": "http://translate.beamng.com/api/components/beamngdrive/glossary/?format=api",
            "translation": "http://translate.beamng.com/api/translations/beamngdrive/glossary/eo/?format=api",
            "user": "http://translate.beamng.com/api/users/leeloo/?format=api",
            "author": "http://translate.beamng.com/api/users/leeloo/?format=api",
            "timestamp": "2021-07-12T14:34:56.965905Z",
            "action": 48,
            "target": "",
            "id": 159955,
            "action_name": "Language added",
            "url": "http://translate.beamng.com/api/changes/159955/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.beamng.com/api/components/beamngdrive/glossary/?format=api",
            "translation": "http://translate.beamng.com/api/translations/beamngdrive/glossary/eo/?format=api",
            "user": "http://translate.beamng.com/api/users/leeloo/?format=api",
            "author": "http://translate.beamng.com/api/users/leeloo/?format=api",
            "timestamp": "2021-07-12T14:34:56.886951Z",
            "action": 0,
            "target": "",
            "id": 159954,
            "action_name": "Resource updated",
            "url": "http://translate.beamng.com/api/changes/159954/?format=api"
        }
    ]
}