Translation components API.

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

GET /api/translations/sumwars/the_poolmonster/it/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_poolmonster/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-08-26T14:23:00+02:00",
            "action": 17,
            "target": "",
            "id": 4578451,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/4578451/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/254294/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_poolmonster/it/?format=api",
            "user": "https://hosted.weblate.org/api/users/leela52452/?format=api",
            "author": "https://hosted.weblate.org/api/users/leela52452/?format=api",
            "timestamp": "2019-08-25T13:36:37+02:00",
            "action": 37,
            "target": "Non mi diventare sentimentale proprio ora?",
            "id": 4573700,
            "action_name": "Marked for edit",
            "url": "https://hosted.weblate.org/api/changes/4573700/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/254294/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_poolmonster/it/?format=api",
            "user": "https://hosted.weblate.org/api/users/leela52452/?format=api",
            "author": "https://hosted.weblate.org/api/users/leela52452/?format=api",
            "timestamp": "2019-08-25T13:36:37+02:00",
            "action": 45,
            "target": "",
            "id": 4573699,
            "action_name": "Contributor joined",
            "url": "https://hosted.weblate.org/api/changes/4573699/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_poolmonster/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:46+01:00",
            "action": 0,
            "target": "",
            "id": 26917,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26917/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_poolmonster/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:30+01:00",
            "action": 0,
            "target": "",
            "id": 26861,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26861/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_poolmonster/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:23:05+02:00",
            "action": 0,
            "target": "",
            "id": 4316,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4316/?format=api"
        }
    ]
}