Translation components API.

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

GET /api/translations/yast-samba-provision/master/nl/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-samba-provision/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-samba-provision/master/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-01-21T18:35:17.219735Z",
            "action": 0,
            "target": "",
            "id": 1324430,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1324430/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-samba-provision/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-samba-provision/master/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-01-21T18:35:20.449042Z",
            "action": 44,
            "target": "",
            "id": 1324446,
            "action_name": "New string to translate",
            "url": "https://l10n.opensuse.org/api/changes/1324446/?format=api"
        }
    ]
}