Translation components API.

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

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

{
    "count": 202,
    "next": null,
    "previous": "https://l10n.elementary.io/api/translations/files/files/en/changes/?format=api&page=4",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/files/files/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/files/files/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-17T01:12:20.122340Z",
            "action": 0,
            "target": "",
            "id": 771938,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/771938/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/files/files/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/files/files/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-21T11:01:10.292465Z",
            "action": 0,
            "target": "",
            "id": 754571,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/754571/?format=api"
        }
    ]
}