Translation components API.

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

GET /api/translations/peercoin-net/glossary/ko/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.ppc.lol/api/components/peercoin-net/glossary/?format=api",
            "translation": "https://weblate.ppc.lol/api/translations/peercoin-net/glossary/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-15T13:51:25.135911Z",
            "action": 0,
            "target": "",
            "id": 19292,
            "action_name": "Resource update",
            "url": "https://weblate.ppc.lol/api/changes/19292/?format=api"
        },
        {
            "unit": "https://weblate.ppc.lol/api/units/30163/?format=api",
            "component": "https://weblate.ppc.lol/api/components/peercoin-net/glossary/?format=api",
            "translation": "https://weblate.ppc.lol/api/translations/peercoin-net/glossary/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-15T13:52:24.506342Z",
            "action": 31,
            "target": "",
            "id": 19304,
            "action_name": "New string added",
            "url": "https://weblate.ppc.lol/api/changes/19304/?format=api"
        },
        {
            "unit": "https://weblate.ppc.lol/api/units/30221/?format=api",
            "component": "https://weblate.ppc.lol/api/components/peercoin-net/glossary/?format=api",
            "translation": "https://weblate.ppc.lol/api/translations/peercoin-net/glossary/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-15T13:54:52.789566Z",
            "action": 31,
            "target": "",
            "id": 19318,
            "action_name": "New string added",
            "url": "https://weblate.ppc.lol/api/changes/19318/?format=api"
        },
        {
            "unit": "https://weblate.ppc.lol/api/units/30321/?format=api",
            "component": "https://weblate.ppc.lol/api/components/peercoin-net/glossary/?format=api",
            "translation": "https://weblate.ppc.lol/api/translations/peercoin-net/glossary/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-15T13:55:10.235334Z",
            "action": 31,
            "target": "",
            "id": 19328,
            "action_name": "New string added",
            "url": "https://weblate.ppc.lol/api/changes/19328/?format=api"
        }
    ]
}