Translation components API.

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

GET /api/translations/beamngdrive/game/tr/changes/?format=api&page=300
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 14952,
    "next": null,
    "previous": "http://translate.beamng.com/api/translations/beamngdrive/game/tr/changes/?format=api&page=299",
    "results": [
        {
            "unit": null,
            "component": "http://translate.beamng.com/api/components/beamngdrive/game/?format=api",
            "translation": "http://translate.beamng.com/api/translations/beamngdrive/game/tr/?format=api",
            "user": "http://translate.beamng.com/api/users/teoman/?format=api",
            "author": "http://translate.beamng.com/api/users/teoman/?format=api",
            "timestamp": "2016-09-06T15:20:43Z",
            "action": 0,
            "target": "",
            "id": 5524,
            "action_name": "Resource updated",
            "url": "http://translate.beamng.com/api/changes/5524/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.beamng.com/api/components/beamngdrive/game/?format=api",
            "translation": "http://translate.beamng.com/api/translations/beamngdrive/game/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-06T15:20:31Z",
            "action": 17,
            "target": "",
            "id": 5522,
            "action_name": "Changes committed",
            "url": "http://translate.beamng.com/api/changes/5522/?format=api"
        }
    ]
}