Translation components API.

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

GET /api/translations/calendar/calendar/ga/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 104,
    "next": null,
    "previous": "https://l10n.elementary.io/api/translations/calendar/calendar/ga/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/calendar/calendar/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/calendar/calendar/ga/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-10-16T09:30:16.694159Z",
            "action": 0,
            "target": "",
            "id": 262601,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/262601/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/calendar/calendar/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/calendar/calendar/ga/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-07-26T19:27:57.552775Z",
            "action": 0,
            "target": "",
            "id": 226738,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/226738/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/calendar/calendar/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/calendar/calendar/ga/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-07-12T09:46:44.432722Z",
            "action": 0,
            "target": "",
            "id": 217800,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/217800/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/calendar/calendar/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/calendar/calendar/ga/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-23T23:34:00.791781Z",
            "action": 0,
            "target": "",
            "id": 190001,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/190001/?format=api"
        }
    ]
}