Translation components API.

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

GET /api/translations/libgnomesu/master/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libgnomesu/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libgnomesu/master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-23T23:27:20.026967Z",
            "action": 0,
            "target": "",
            "id": 1929026,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1929026/?format=api"
        }
    ]
}