Translation components API.

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

GET /api/translations/libzypp/glossary/fa/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/13074115/?format=api",
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/glossary/fa/?format=api",
            "user": "https://l10n.opensuse.org/api/users/Mohammad/?format=api",
            "author": "https://l10n.opensuse.org/api/users/Mohammad/?format=api",
            "timestamp": "2023-03-03T12:47:36.984156Z",
            "action": 5,
            "target": "کلید",
            "id": 2647643,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/2647643/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13074115/?format=api",
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/glossary/fa/?format=api",
            "user": "https://l10n.opensuse.org/api/users/Mohammad/?format=api",
            "author": "https://l10n.opensuse.org/api/users/Mohammad/?format=api",
            "timestamp": "2023-03-03T12:14:48.243779Z",
            "action": 5,
            "target": "",
            "id": 2647604,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/2647604/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13074115/?format=api",
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/glossary/fa/?format=api",
            "user": "https://l10n.opensuse.org/api/users/Mohammad/?format=api",
            "author": "https://l10n.opensuse.org/api/users/Mohammad/?format=api",
            "timestamp": "2023-03-03T12:14:48.240712Z",
            "action": 45,
            "target": "",
            "id": 2647603,
            "action_name": "Contributor joined",
            "url": "https://l10n.opensuse.org/api/changes/2647603/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13074115/?format=api",
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/glossary/fa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-24T15:57:46.867382Z",
            "action": 31,
            "target": "",
            "id": 1987891,
            "action_name": "String added",
            "url": "https://l10n.opensuse.org/api/changes/1987891/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/glossary/fa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-26T12:18:48.672587Z",
            "action": 0,
            "target": "",
            "id": 1870541,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1870541/?format=api"
        }
    ]
}