Translation components API.

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

GET /api/translations/yast-sap-installation-wizard/glossary/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": "https://l10n.opensuse.org/api/units/12729155/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-sap-installation-wizard/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-sap-installation-wizard/glossary/nl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/evavanrein/?format=api",
            "author": null,
            "timestamp": "2018-05-15T20:40:42.652257Z",
            "action": 5,
            "target": "toepassing",
            "id": 1116520,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/1116520/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/12729157/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-sap-installation-wizard/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-sap-installation-wizard/glossary/nl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/evavanrein/?format=api",
            "author": null,
            "timestamp": "2018-05-15T20:40:57.120528Z",
            "action": 5,
            "target": "applicatie",
            "id": 1116521,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/1116521/?format=api"
        }
    ]
}