Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/258387/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/herb_collector/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/herb_collector/it/?format=api",
            "user": "https://hosted.weblate.org/api/users/Hairic95/?format=api",
            "author": "https://hosted.weblate.org/api/users/Hairic95/?format=api",
            "timestamp": "2019-01-17T11:13:26+01:00",
            "action": 2,
            "target": "Joringsbridge",
            "id": 3543068,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/3543068/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/258396/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/herb_collector/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/herb_collector/it/?format=api",
            "user": "https://hosted.weblate.org/api/users/nijel/?format=api",
            "author": "https://hosted.weblate.org/api/users/nijel/?format=api",
            "timestamp": "2015-03-09T09:48:23+01:00",
            "action": 2,
            "target": "Si",
            "id": 222045,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/222045/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/herb_collector/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/herb_collector/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:56+01:00",
            "action": 0,
            "target": "",
            "id": 26765,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26765/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/herb_collector/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/herb_collector/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:15+01:00",
            "action": 0,
            "target": "",
            "id": 26653,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26653/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/herb_collector/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/herb_collector/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:24:32+02:00",
            "action": 0,
            "target": "",
            "id": 4367,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4367/?format=api"
        }
    ]
}