Translation components API.

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

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

{
    "count": 342,
    "next": null,
    "previous": "https://translate.opensourcepos.org/api/translations/opensourcepos/config/en_GB/changes/?format=api&page=17",
    "results": [
        {
            "unit": null,
            "component": "https://translate.opensourcepos.org/api/components/opensourcepos/config/?format=api",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/config/en_GB/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-09-07T23:55:42.995402Z",
            "action": 0,
            "target": "",
            "id": 130464,
            "action_name": "Resource update",
            "url": "https://translate.opensourcepos.org/api/changes/130464/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.opensourcepos.org/api/components/opensourcepos/config/?format=api",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/config/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:23:58.691455Z",
            "action": 0,
            "target": "",
            "id": 179392,
            "action_name": "Resource update",
            "url": "https://translate.opensourcepos.org/api/changes/179392/?format=api"
        }
    ]
}