Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/14410097/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-installation/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-installation/glossary/gl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/ManuelVazquez/?format=api",
            "author": "https://l10n.opensuse.org/api/users/ManuelVazquez/?format=api",
            "timestamp": "2023-03-18T10:23:40.549878Z",
            "action": 31,
            "target": "licenza",
            "id": 2659765,
            "action_name": "String added",
            "url": "https://l10n.opensuse.org/api/changes/2659765/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/14410095/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-installation/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-installation/glossary/gl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/ManuelVazquez/?format=api",
            "author": "https://l10n.opensuse.org/api/users/ManuelVazquez/?format=api",
            "timestamp": "2023-03-18T10:22:33.635618Z",
            "action": 31,
            "target": "dispositivo",
            "id": 2659762,
            "action_name": "String added",
            "url": "https://l10n.opensuse.org/api/changes/2659762/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/12729123/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-installation/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-installation/glossary/gl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/ManuelVazquez/?format=api",
            "author": null,
            "timestamp": "2019-03-09T16:09:04.870467Z",
            "action": 5,
            "target": "lista negra",
            "id": 1219410,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/1219410/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/12729121/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-installation/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-installation/glossary/gl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/ManuelVazquez/?format=api",
            "author": null,
            "timestamp": "2019-03-09T16:08:45.289759Z",
            "action": 5,
            "target": "activados",
            "id": 1219409,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/1219409/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/12729119/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-installation/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-installation/glossary/gl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/ManuelVazquez/?format=api",
            "author": null,
            "timestamp": "2019-03-09T16:07:56.269016Z",
            "action": 5,
            "target": "desactivados",
            "id": 1219408,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/1219408/?format=api"
        }
    ]
}