Translation components API.

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

GET /api/translations/opensuse-eulas/mesa-dri-nouveau-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/opensuse-eulas/mesa-dri-nouveau-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/opensuse-eulas/mesa-dri-nouveau-master/en/?format=api",
            "user": "https://l10n.opensuse.org/api/users/TonyKrajcik/?format=api",
            "author": "https://l10n.opensuse.org/api/users/TonyKrajcik/?format=api",
            "timestamp": "2021-12-26T21:05:50.836797Z",
            "action": 0,
            "target": "",
            "id": 1940904,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1940904/?format=api"
        }
    ]
}