Translation components API.

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

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/254278/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_poolmonster/pt/?format=api",
            "user": "https://hosted.weblate.org/api/users/reul/?format=api",
            "author": "https://hosted.weblate.org/api/users/reul/?format=api",
            "timestamp": "2018-08-06T18:36:41+02:00",
            "action": 4,
            "target": "...",
            "id": 2973090,
            "action_name": "Suggestion added",
            "url": "https://hosted.weblate.org/api/changes/2973090/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/254268/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_poolmonster/pt/?format=api",
            "user": "https://hosted.weblate.org/api/users/deleted-679/?format=api",
            "author": "https://hosted.weblate.org/api/users/deleted-679/?format=api",
            "timestamp": "2014-06-17T08:11:16+02:00",
            "action": 5,
            "target": "Descrição da missão",
            "id": 40820,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/40820/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/254267/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_poolmonster/pt/?format=api",
            "user": "https://hosted.weblate.org/api/users/deleted-679/?format=api",
            "author": "https://hosted.weblate.org/api/users/deleted-679/?format=api",
            "timestamp": "2014-06-17T08:10:59+02:00",
            "action": 5,
            "target": "Missão finalizada",
            "id": 40816,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/40816/?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/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:46+01:00",
            "action": 0,
            "target": "",
            "id": 26912,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26912/?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/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:29+01:00",
            "action": 0,
            "target": "",
            "id": 26856,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26856/?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/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:23:04+02:00",
            "action": 0,
            "target": "",
            "id": 4315,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4315/?format=api"
        }
    ]
}