Translation components API.

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

GET /api/translations/peercoin-net/glossary/de/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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-13T12:54:05.013537Z",
            "action": 0,
            "target": "",
            "id": 16354,
            "action_name": "Resource update",
            "url": "https://weblate.ppc.lol/api/changes/16354/?format=api"
        },
        {
            "unit": "https://weblate.ppc.lol/api/units/30152/?format=api",
            "component": "https://weblate.ppc.lol/api/components/peercoin-net/glossary/?format=api",
            "translation": "https://weblate.ppc.lol/api/translations/peercoin-net/glossary/de/?format=api",
            "user": "https://weblate.ppc.lol/api/users/admin/?format=api",
            "author": "https://weblate.ppc.lol/api/users/admin/?format=api",
            "timestamp": "2022-12-15T13:51:24.323255Z",
            "action": 31,
            "target": "",
            "id": 19291,
            "action_name": "New string added",
            "url": "https://weblate.ppc.lol/api/changes/19291/?format=api"
        },
        {
            "unit": "https://weblate.ppc.lol/api/units/30176/?format=api",
            "component": "https://weblate.ppc.lol/api/components/peercoin-net/glossary/?format=api",
            "translation": "https://weblate.ppc.lol/api/translations/peercoin-net/glossary/de/?format=api",
            "user": "https://weblate.ppc.lol/api/users/admin/?format=api",
            "author": "https://weblate.ppc.lol/api/users/admin/?format=api",
            "timestamp": "2022-12-15T13:54:34.214915Z",
            "action": 31,
            "target": "",
            "id": 19306,
            "action_name": "New string added",
            "url": "https://weblate.ppc.lol/api/changes/19306/?format=api"
        },
        {
            "unit": "https://weblate.ppc.lol/api/units/30189/?format=api",
            "component": "https://weblate.ppc.lol/api/components/peercoin-net/glossary/?format=api",
            "translation": "https://weblate.ppc.lol/api/translations/peercoin-net/glossary/de/?format=api",
            "user": "https://weblate.ppc.lol/api/users/admin/?format=api",
            "author": "https://weblate.ppc.lol/api/users/admin/?format=api",
            "timestamp": "2022-12-15T13:54:52.151992Z",
            "action": 31,
            "target": "",
            "id": 19308,
            "action_name": "New string added",
            "url": "https://weblate.ppc.lol/api/changes/19308/?format=api"
        }
    ]
}