Translation components API.

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

GET /api/translations/yast-timezone_db/master/sr@latin/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.opensuse.org/api/components/yast-timezone_db/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-timezone_db/master/sr@latin/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-10-22T02:35:16.488677Z",
            "action": 0,
            "target": "",
            "id": 1901878,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1901878/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-timezone_db/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-timezone_db/master/sr@latin/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-02-08T16:43:41.163972Z",
            "action": 0,
            "target": "",
            "id": 917187,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/917187/?format=api"
        }
    ]
}