Translation components API.

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

GET /api/translations/libzypp/glossary/it/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/13074125/?format=api",
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/glossary/it/?format=api",
            "user": "https://l10n.opensuse.org/api/users/EyadIssa/?format=api",
            "author": "https://l10n.opensuse.org/api/users/EyadIssa/?format=api",
            "timestamp": "2023-06-15T21:09:54.043476Z",
            "action": 5,
            "target": "chiave",
            "id": 2713771,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/2713771/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13074125/?format=api",
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/glossary/it/?format=api",
            "user": "https://l10n.opensuse.org/api/users/EyadIssa/?format=api",
            "author": "https://l10n.opensuse.org/api/users/EyadIssa/?format=api",
            "timestamp": "2023-06-15T21:09:54.040255Z",
            "action": 45,
            "target": "",
            "id": 2713770,
            "action_name": "Contributor joined",
            "url": "https://l10n.opensuse.org/api/changes/2713770/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13074125/?format=api",
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/glossary/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-24T15:57:47.686781Z",
            "action": 31,
            "target": "",
            "id": 1987901,
            "action_name": "String added",
            "url": "https://l10n.opensuse.org/api/changes/1987901/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/glossary/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-26T12:18:49.314976Z",
            "action": 0,
            "target": "",
            "id": 1870551,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1870551/?format=api"
        }
    ]
}