Translation components API.

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

GET /api/translations/wingpanel/wingpanel-indicator-privacy/sr@latin/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.elementary.io/api/components/wingpanel/wingpanel-indicator-privacy/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/wingpanel-indicator-privacy/sr@latin/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-28T16:54:15.446226Z",
            "action": 17,
            "target": "",
            "id": 964758,
            "action_name": "Changes committed",
            "url": "https://l10n.elementary.io/api/changes/964758/?format=api"
        },
        {
            "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/sr@latin/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-28T16:54:11.814838Z",
            "action": 0,
            "target": "",
            "id": 964756,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/964756/?format=api"
        }
    ]
}