Translation components API.

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

GET /api/translations/chameleon/rel-2/it/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/chameleon/rel-2/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/chameleon/rel-2/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-07-14T12:41:45.993787Z",
            "action": 0,
            "target": "",
            "id": 1480998,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1480998/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/chameleon/rel-2/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/chameleon/rel-2/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-07-14T12:41:48.412860Z",
            "action": 44,
            "target": "",
            "id": 1481010,
            "action_name": "New string to translate",
            "url": "https://l10n.opensuse.org/api/changes/1481010/?format=api"
        }
    ]
}