Translation components API.

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

GET /api/translations/sumwars/goblin_raid/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": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/goblin_raid/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/goblin_raid/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-07-19T20:41:10+02:00",
            "action": 17,
            "target": "",
            "id": 2928626,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/2928626/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/255441/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/goblin_raid/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/goblin_raid/pt/?format=api",
            "user": "https://hosted.weblate.org/api/users/ronybezerra/?format=api",
            "author": "https://hosted.weblate.org/api/users/ronybezerra/?format=api",
            "timestamp": "2018-07-18T20:34:57+02:00",
            "action": 5,
            "target": "Não",
            "id": 2927432,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/2927432/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/255440/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/goblin_raid/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/goblin_raid/pt/?format=api",
            "user": "https://hosted.weblate.org/api/users/ronybezerra/?format=api",
            "author": "https://hosted.weblate.org/api/users/ronybezerra/?format=api",
            "timestamp": "2018-07-18T20:34:44+02:00",
            "action": 5,
            "target": "Sim",
            "id": 2927419,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/2927419/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/goblin_raid/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/goblin_raid/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:53+01:00",
            "action": 0,
            "target": "",
            "id": 26744,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26744/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/goblin_raid/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/goblin_raid/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:11+01:00",
            "action": 0,
            "target": "",
            "id": 26632,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26632/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/goblin_raid/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/goblin_raid/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:23:31+02:00",
            "action": 0,
            "target": "",
            "id": 4343,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4343/?format=api"
        }
    ]
}