Translation components API.

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

GET /api/translations/peercoin-net/glossary/es/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/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-13T12:54:05.965389Z",
            "action": 0,
            "target": "",
            "id": 16356,
            "action_name": "Resource update",
            "url": "https://weblate.ppc.lol/api/changes/16356/?format=api"
        },
        {
            "unit": "https://weblate.ppc.lol/api/units/30155/?format=api",
            "component": "https://weblate.ppc.lol/api/components/peercoin-net/glossary/?format=api",
            "translation": "https://weblate.ppc.lol/api/translations/peercoin-net/glossary/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-15T13:52:24.127188Z",
            "action": 31,
            "target": "",
            "id": 19296,
            "action_name": "New string added",
            "url": "https://weblate.ppc.lol/api/changes/19296/?format=api"
        },
        {
            "unit": "https://weblate.ppc.lol/api/units/30207/?format=api",
            "component": "https://weblate.ppc.lol/api/components/peercoin-net/glossary/?format=api",
            "translation": "https://weblate.ppc.lol/api/translations/peercoin-net/glossary/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-15T13:54:52.668571Z",
            "action": 31,
            "target": "",
            "id": 19310,
            "action_name": "New string added",
            "url": "https://weblate.ppc.lol/api/changes/19310/?format=api"
        },
        {
            "unit": "https://weblate.ppc.lol/api/units/30313/?format=api",
            "component": "https://weblate.ppc.lol/api/components/peercoin-net/glossary/?format=api",
            "translation": "https://weblate.ppc.lol/api/translations/peercoin-net/glossary/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-15T13:55:10.156350Z",
            "action": 31,
            "target": "",
            "id": 19320,
            "action_name": "New string added",
            "url": "https://weblate.ppc.lol/api/changes/19320/?format=api"
        }
    ]
}