Translation components API.

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

GET /api/translations/galette/events-plugin/ru/changes/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 153,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/galette/events-plugin/ru/changes/?format=api&page=3",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/81995485/?format=api",
            "component": "https://hosted.weblate.org/api/components/galette/events-plugin/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/events-plugin/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-30T23:44:54.104919+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Member is mandatory",
                "old_state": -1
            },
            "id": 32861040,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/32861040/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/81995484/?format=api",
            "component": "https://hosted.weblate.org/api/components/galette/events-plugin/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/events-plugin/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-30T23:44:54.104874+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Please specify amount if booking has been paid ;)",
                "old_state": -1
            },
            "id": 32861039,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/32861039/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/81995482/?format=api",
            "component": "https://hosted.weblate.org/api/components/galette/events-plugin/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/events-plugin/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-30T23:44:54.104737+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Event is mandatory",
                "old_state": -1
            },
            "id": 32861037,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/32861037/?format=api"
        }
    ]
}