Translation components API.

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

GET /api/translations/store/language/pa/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/language/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/language/pa/?format=api",
            "user": "https://l10n.elementary.io/api/users/davidmhewitt/?format=api",
            "author": "https://l10n.elementary.io/api/users/davidmhewitt/?format=api",
            "timestamp": "2023-07-20T15:56:29.183310Z",
            "action": 0,
            "target": "",
            "id": 1747670,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1747670/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/language/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/language/pa/?format=api",
            "user": "https://l10n.elementary.io/api/users/davidmhewitt/?format=api",
            "author": "https://l10n.elementary.io/api/users/davidmhewitt/?format=api",
            "timestamp": "2023-04-30T22:53:07.683944Z",
            "action": 0,
            "target": "",
            "id": 1623485,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1623485/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/language/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/language/pa/?format=api",
            "user": "https://l10n.elementary.io/api/users/tintou/?format=api",
            "author": "https://l10n.elementary.io/api/users/tintou/?format=api",
            "timestamp": "2022-04-20T06:59:37.400708Z",
            "action": 0,
            "target": "",
            "id": 1250300,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1250300/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/language/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/language/pa/?format=api",
            "user": "https://l10n.elementary.io/api/users/ryonakano/?format=api",
            "author": "https://l10n.elementary.io/api/users/ryonakano/?format=api",
            "timestamp": "2021-07-28T05:28:31.672192Z",
            "action": 48,
            "target": "",
            "id": 962446,
            "action_name": "Language added",
            "url": "https://l10n.elementary.io/api/changes/962446/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/language/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/language/pa/?format=api",
            "user": "https://l10n.elementary.io/api/users/ryonakano/?format=api",
            "author": "https://l10n.elementary.io/api/users/ryonakano/?format=api",
            "timestamp": "2021-07-28T05:28:31.028909Z",
            "action": 0,
            "target": "",
            "id": 962444,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/962444/?format=api"
        }
    ]
}