Translation components API.

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

GET /api/translations/openbmap/strings/cs/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 54,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/openbmap/strings/cs/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/openbmap/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/openbmap/strings/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-03-23T22:11:13+01:00",
            "action": 0,
            "target": "",
            "id": 817961,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/817961/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/openbmap/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/openbmap/strings/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-03-18T15:52:16+01:00",
            "action": 0,
            "target": "",
            "id": 806898,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/806898/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/openbmap/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/openbmap/strings/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-02-27T23:18:02+01:00",
            "action": 0,
            "target": "",
            "id": 773919,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/773919/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/openbmap/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/openbmap/strings/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-02-04T08:50:41+01:00",
            "action": 0,
            "target": "",
            "id": 740360,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/740360/?format=api"
        }
    ]
}