Translation components API.

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

GET /api/translations/yast-packager/glossary/uk/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/13231743/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-packager/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-packager/glossary/uk/?format=api",
            "user": "https://l10n.opensuse.org/api/users/TarasPanchenko/?format=api",
            "author": "https://l10n.opensuse.org/api/users/TarasPanchenko/?format=api",
            "timestamp": "2022-04-08T17:47:22.944929Z",
            "action": 5,
            "target": "носій",
            "id": 2065831,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/2065831/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13231743/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-packager/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-packager/glossary/uk/?format=api",
            "user": "https://l10n.opensuse.org/api/users/TarasPanchenko/?format=api",
            "author": "https://l10n.opensuse.org/api/users/TarasPanchenko/?format=api",
            "timestamp": "2022-04-08T17:47:22.942086Z",
            "action": 45,
            "target": "",
            "id": 2065830,
            "action_name": "Contributor joined",
            "url": "https://l10n.opensuse.org/api/changes/2065830/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13231743/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-packager/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-packager/glossary/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-03-15T13:16:41.229270Z",
            "action": 31,
            "target": "",
            "id": 2056537,
            "action_name": "String added",
            "url": "https://l10n.opensuse.org/api/changes/2056537/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-packager/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-packager/glossary/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-24T12:55:20.771540Z",
            "action": 0,
            "target": "",
            "id": 1878302,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1878302/?format=api"
        }
    ]
}