Translation components API.

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

GET /api/translations/fyne/fyne/fr/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 54,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/fyne/fyne/fr/changes/?format=api",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/117478251/?format=api",
            "component": "https://hosted.weblate.org/api/components/fyne/fyne/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/fyne/fyne/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-04T16:38:08.902900+01:00",
            "action": 71,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Copy",
                "old_state": -1
            },
            "id": 82827829,
            "action_name": "String added in the repository",
            "url": "https://hosted.weblate.org/api/changes/82827829/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/117478250/?format=api",
            "component": "https://hosted.weblate.org/api/components/fyne/fyne/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/fyne/fyne/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-04T16:38:08.902886+01:00",
            "action": 71,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Confirm",
                "old_state": -1
            },
            "id": 82827828,
            "action_name": "String added in the repository",
            "url": "https://hosted.weblate.org/api/changes/82827828/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/117478249/?format=api",
            "component": "https://hosted.weblate.org/api/components/fyne/fyne/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/fyne/fyne/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-04T16:38:08.902872+01:00",
            "action": 71,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Cancel",
                "old_state": -1
            },
            "id": 82827827,
            "action_name": "String added in the repository",
            "url": "https://hosted.weblate.org/api/changes/82827827/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/117478248/?format=api",
            "component": "https://hosted.weblate.org/api/components/fyne/fyne/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/fyne/fyne/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-04T16:38:08.902851+01:00",
            "action": 71,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Advanced",
                "old_state": -1
            },
            "id": 82827826,
            "action_name": "String added in the repository",
            "url": "https://hosted.weblate.org/api/changes/82827826/?format=api"
        }
    ]
}