Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/tools/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/tools/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:50+01:00",
            "action": 0,
            "target": "",
            "id": 26934,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26934/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/tools/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/tools/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:35+01:00",
            "action": 0,
            "target": "",
            "id": 26878,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26878/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/252941/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/tools/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/tools/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/vyguera/?format=api",
            "author": "https://hosted.weblate.org/api/users/vyguera/?format=api",
            "timestamp": "2013-05-30T09:58:23+02:00",
            "action": 2,
            "target": "Get Player Position",
            "id": 8217,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/8217/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/tools/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/tools/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-27T10:50:25+02:00",
            "action": 0,
            "target": "",
            "id": 7395,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/7395/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/tools/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/tools/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:22:32+02:00",
            "action": 0,
            "target": "",
            "id": 4300,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4300/?format=api"
        }
    ]
}