Translation components API.

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

GET /api/translations/gammu/wammu/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/gammu/wammu/cs/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/gammu/wammu/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-07-29T09:44:19+02:00",
            "action": 0,
            "target": "",
            "id": 1188840,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1188840/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/gammu/wammu/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-05-10T22:38:11+02:00",
            "action": 0,
            "target": "",
            "id": 955454,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/955454/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/gammu/wammu/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-12-29T11:52:41+01:00",
            "action": 0,
            "target": "",
            "id": 161074,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/161074/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/gammu/wammu/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-09-30T13:45:41+02:00",
            "action": 0,
            "target": "",
            "id": 74619,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/74619/?format=api"
        }
    ]
}