Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/errors/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/errors/ms/?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:27.347128Z",
            "action": 0,
            "target": "",
            "id": 1747613,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1747613/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/errors/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/errors/ms/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-24T19:17:08.992303Z",
            "action": 0,
            "target": "",
            "id": 781916,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/781916/?format=api"
        }
    ]
}