Translation components API.

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

GET /api/translations/manuskript/translations/nl/changes/?format=api&page=16
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 753,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/manuskript/translations/nl/changes/?format=api&page=15",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/manuskript/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/manuskript/translations/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-01-24T16:45:49+01:00",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 2441456,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/2441456/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/manuskript/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/manuskript/translations/nl/?format=api",
            "user": "https://hosted.weblate.org/api/users/bart.deruyter/?format=api",
            "author": "https://hosted.weblate.org/api/users/bart.deruyter/?format=api",
            "timestamp": "2018-01-23T15:37:53+01:00",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 2439396,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/2439396/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/manuskript/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/manuskript/translations/nl/?format=api",
            "user": "https://hosted.weblate.org/api/users/bart.deruyter/?format=api",
            "author": null,
            "timestamp": "2018-01-23T15:36:57+01:00",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 2439394,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/2439394/?format=api"
        }
    ]
}