Translation components API.

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

GET /api/translations/opensourcepos/items/ur/changes/?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 123,
    "next": null,
    "previous": "https://translate.opensourcepos.org/api/translations/opensourcepos/items/ur/changes/?format=api&page=6",
    "results": [
        {
            "unit": null,
            "component": "https://translate.opensourcepos.org/api/components/opensourcepos/items/?format=api",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/items/ur/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-09-08T00:07:25.784573Z",
            "action": 0,
            "target": "",
            "id": 156874,
            "action_name": "Resource update",
            "url": "https://translate.opensourcepos.org/api/changes/156874/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.opensourcepos.org/api/components/opensourcepos/items/?format=api",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/items/ur/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-09-08T00:07:59.214332Z",
            "action": 44,
            "target": "",
            "id": 157765,
            "action_name": "New strings to translate",
            "url": "https://translate.opensourcepos.org/api/changes/157765/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.opensourcepos.org/api/components/opensourcepos/items/?format=api",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/items/ur/?format=api",
            "user": "https://translate.opensourcepos.org/api/users/jekkos/?format=api",
            "author": "https://translate.opensourcepos.org/api/users/jekkos/?format=api",
            "timestamp": "2025-03-28T21:23:22.199921Z",
            "action": 0,
            "target": "",
            "id": 179251,
            "action_name": "Resource update",
            "url": "https://translate.opensourcepos.org/api/changes/179251/?format=api"
        }
    ]
}