Translation components API.

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

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

{
    "count": 42,
    "next": null,
    "previous": "https://translate.opensourcepos.org/api/translations/opensourcepos/item_kits/uk/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://translate.opensourcepos.org/api/components/opensourcepos/item_kits/?format=api",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/item_kits/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-09-08T00:00:16.383398Z",
            "action": 0,
            "target": "",
            "id": 140954,
            "action_name": "Resource update",
            "url": "https://translate.opensourcepos.org/api/changes/140954/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.opensourcepos.org/api/components/opensourcepos/item_kits/?format=api",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/item_kits/uk/?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:42.889627Z",
            "action": 0,
            "target": "",
            "id": 179376,
            "action_name": "Resource update",
            "url": "https://translate.opensourcepos.org/api/changes/179376/?format=api"
        }
    ]
}