Translation components API.

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

GET /api/translations/searchpage/master/fr/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/searchpage/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/searchpage/master/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-22T12:33:09Z",
            "action": 0,
            "target": "",
            "id": 141486,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/141486/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/searchpage/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/searchpage/master/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-11-11T09:50:10Z",
            "action": 0,
            "target": "",
            "id": 401160,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/401160/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/searchpage/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/searchpage/master/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-11-20T09:59:17.884134Z",
            "action": 0,
            "target": "",
            "id": 752609,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/752609/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/searchpage/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/searchpage/master/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-09-09T22:35:58.847070Z",
            "action": 0,
            "target": "",
            "id": 1520034,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1520034/?format=api"
        }
    ]
}