Translation components API.

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

GET /api/components/tikka/glossary/changes/?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 163,
    "next": null,
    "previous": "https://weblate.duniter.org/api/components/tikka/glossary/changes/?format=api&page=8",
    "results": [
        {
            "unit": "https://weblate.duniter.org/api/units/38227/?format=api",
            "component": "https://weblate.duniter.org/api/components/tikka/glossary/?format=api",
            "translation": "https://weblate.duniter.org/api/translations/tikka/glossary/de/?format=api",
            "user": "https://weblate.duniter.org/api/users/fab/?format=api",
            "author": "https://weblate.duniter.org/api/users/fab/?format=api",
            "timestamp": "2026-03-17T20:22:28.231677Z",
            "action": 31,
            "target": "Verwendungszweck",
            "id": 72663,
            "action_name": "New string added",
            "url": "https://weblate.duniter.org/api/changes/72663/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.duniter.org/api/components/tikka/glossary/?format=api",
            "translation": "https://weblate.duniter.org/api/translations/tikka/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2026-08-25T12:02:45.034431Z",
            "action": 0,
            "target": "",
            "id": 87791,
            "action_name": "Resource update",
            "url": "https://weblate.duniter.org/api/changes/87791/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.duniter.org/api/components/tikka/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2026-09-10T18:57:22.191997Z",
            "action": 47,
            "target": "",
            "id": 87989,
            "action_name": "New alert",
            "url": "https://weblate.duniter.org/api/changes/87989/?format=api"
        }
    ]
}