Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/12744677/?format=api",
            "component": "https://l10n.opensuse.org/api/components/release-notes-opensuse/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/glossary/gl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/ManuelVazquez/?format=api",
            "author": null,
            "timestamp": "2016-11-11T07:29:03Z",
            "action": 5,
            "target": "anovar",
            "id": 401036,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/401036/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/12744679/?format=api",
            "component": "https://l10n.opensuse.org/api/components/release-notes-opensuse/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/glossary/gl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/ManuelVazquez/?format=api",
            "author": null,
            "timestamp": "2017-06-25T09:01:40.575802Z",
            "action": 5,
            "target": "erros",
            "id": 686821,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/686821/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/12744681/?format=api",
            "component": "https://l10n.opensuse.org/api/components/release-notes-opensuse/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/glossary/gl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/ManuelVazquez/?format=api",
            "author": null,
            "timestamp": "2017-06-25T09:05:19.977933Z",
            "action": 5,
            "target": "patrón",
            "id": 686829,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/686829/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13387744/?format=api",
            "component": "https://l10n.opensuse.org/api/components/release-notes-opensuse/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/glossary/gl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-28T14:30:04.102122Z",
            "action": 31,
            "target": "",
            "id": 2099230,
            "action_name": "New string added",
            "url": "https://l10n.opensuse.org/api/changes/2099230/?format=api"
        }
    ]
}