Translation components API.

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

GET /api/translations/wingpanel/wingpanel-indicator-privacy/ca@valencia/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.elementary.io/api/components/wingpanel/wingpanel-indicator-privacy/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/wingpanel-indicator-privacy/ca@valencia/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-28T16:54:01.019682Z",
            "action": 0,
            "target": "",
            "id": 964747,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/964747/?format=api"
        }
    ]
}