Translation components API.

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

GET /api/translations/asteroidos/flashlight/ka/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/58590146/?format=api",
            "component": "https://hosted.weblate.org/api/components/asteroidos/flashlight/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/flashlight/ka/?format=api",
            "user": "https://hosted.weblate.org/api/users/NorwayFun/?format=api",
            "author": "https://hosted.weblate.org/api/users/NorwayFun/?format=api",
            "timestamp": "2023-02-19T07:29:35.403721+01:00",
            "action": 5,
            "target": "ფანარი",
            "id": 49530068,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/49530068/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/58590146/?format=api",
            "component": "https://hosted.weblate.org/api/components/asteroidos/flashlight/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/flashlight/ka/?format=api",
            "user": "https://hosted.weblate.org/api/users/NorwayFun/?format=api",
            "author": "https://hosted.weblate.org/api/users/NorwayFun/?format=api",
            "timestamp": "2023-02-19T07:29:35.393737+01:00",
            "action": 45,
            "target": "",
            "id": 49530067,
            "action_name": "Contributor joined",
            "url": "https://hosted.weblate.org/api/changes/49530067/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/asteroidos/flashlight/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/flashlight/ka/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-18T20:22:18.914308+01:00",
            "action": 0,
            "target": "",
            "id": 14822119,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/14822119/?format=api"
        }
    ]
}