Translation components API.

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

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

{
    "count": 44,
    "next": null,
    "previous": "http://translate.cacti.net/api/translations/cacti/core/ko/changes/?format=api&page=2",
    "results": [
        {
            "unit": "http://translate.cacti.net/api/units/548518/?format=api",
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": "http://translate.cacti.net/api/translations/cacti/core/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-01T20:39:27.190766Z",
            "action": 30,
            "target": "The following Data Source is in use by this Graph.\u001e\u001eThe following Data Sources are in use by these Graphs.",
            "id": 40700,
            "action_name": "Source string changed",
            "url": "http://translate.cacti.net/api/changes/40700/?format=api"
        },
        {
            "unit": "http://translate.cacti.net/api/units/548519/?format=api",
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": "http://translate.cacti.net/api/translations/cacti/core/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-01T20:39:27.194171Z",
            "action": 30,
            "target": "The following Data Source is in use by these Graphs.\u001e\u001eThe following Data Sources are in use by these Graphs.",
            "id": 40701,
            "action_name": "Source string changed",
            "url": "http://translate.cacti.net/api/changes/40701/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": "http://translate.cacti.net/api/translations/cacti/core/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-01T20:39:32.248454Z",
            "action": 0,
            "target": "",
            "id": 40702,
            "action_name": "Resource update",
            "url": "http://translate.cacti.net/api/changes/40702/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": "http://translate.cacti.net/api/translations/cacti/core/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-01T20:41:51.530671Z",
            "action": 44,
            "target": "",
            "id": 40857,
            "action_name": "New strings to translate",
            "url": "http://translate.cacti.net/api/changes/40857/?format=api"
        }
    ]
}