Translation components API.

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

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

{
    "count": 243,
    "next": null,
    "previous": "https://translate.opensourcepos.org/api/translations/opensourcepos/sales/en_GB/changes/?format=api&page=12",
    "results": [
        {
            "unit": "https://translate.opensourcepos.org/api/units/258121/?format=api",
            "component": "https://translate.opensourcepos.org/api/components/opensourcepos/sales/?format=api",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/sales/en_GB/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-09-08T08:48:44.921363Z",
            "action": 59,
            "target": "Work Order failed to be sent to",
            "id": 164039,
            "action_name": "String updated in the repository",
            "url": "https://translate.opensourcepos.org/api/changes/164039/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.opensourcepos.org/api/components/opensourcepos/sales/?format=api",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/sales/en_GB/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-09-08T08:48:44.921404Z",
            "action": 0,
            "target": "",
            "id": 164040,
            "action_name": "Resource update",
            "url": "https://translate.opensourcepos.org/api/changes/164040/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.opensourcepos.org/api/components/opensourcepos/sales/?format=api",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/sales/en_GB/?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:22:23.252859Z",
            "action": 0,
            "target": "",
            "id": 178953,
            "action_name": "Resource update",
            "url": "https://translate.opensourcepos.org/api/changes/178953/?format=api"
        }
    ]
}