Translation components API.

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

GET /api/translations/sumwars/rob_the_robber/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/rob_the_robber/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rob_the_robber/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-07-19T20:41:17+02:00",
            "action": 17,
            "target": "",
            "id": 2928633,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/2928633/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/249860/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rob_the_robber/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": 2927431,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/2927431/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/249859/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rob_the_robber/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": 2927418,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/2927418/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rob_the_robber/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:07+01:00",
            "action": 0,
            "target": "",
            "id": 26800,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26800/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rob_the_robber/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:26+01:00",
            "action": 0,
            "target": "",
            "id": 26688,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26688/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rob_the_robber/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:20:32+02:00",
            "action": 0,
            "target": "",
            "id": 4273,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4273/?format=api"
        }
    ]
}