Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/zypper/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/zypper/glossary/mr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-22T07:15:52.348774Z",
            "action": 0,
            "target": "",
            "id": 1869421,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1869421/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13062833/?format=api",
            "component": "https://l10n.opensuse.org/api/components/zypper/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/zypper/glossary/mr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-23T17:07:45.958579Z",
            "action": 31,
            "target": "",
            "id": 1985811,
            "action_name": "New string added",
            "url": "https://l10n.opensuse.org/api/changes/1985811/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13063095/?format=api",
            "component": "https://l10n.opensuse.org/api/components/zypper/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/zypper/glossary/mr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-23T17:52:58.528807Z",
            "action": 31,
            "target": "",
            "id": 1985854,
            "action_name": "New string added",
            "url": "https://l10n.opensuse.org/api/changes/1985854/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13208189/?format=api",
            "component": "https://l10n.opensuse.org/api/components/zypper/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/zypper/glossary/mr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T22:18:33.240308Z",
            "action": 31,
            "target": "",
            "id": 2039818,
            "action_name": "New string added",
            "url": "https://l10n.opensuse.org/api/changes/2039818/?format=api"
        }
    ]
}