Changes API.

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

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

{
    "count": 180655,
    "next": null,
    "previous": "https://translate.peeringdb.com/api/changes/?format=api&page=3613",
    "results": [
        {
            "unit": "https://translate.peeringdb.com/api/units/4/?format=api",
            "component": "https://translate.peeringdb.com/api/components/peeringdb/server/?format=api",
            "translation": "https://translate.peeringdb.com/api/translations/peeringdb/server/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-01-04T03:58:31.260262Z",
            "action": 13,
            "target": "",
            "id": 5,
            "action_name": "Source string added",
            "url": "https://translate.peeringdb.com/api/changes/5/?format=api"
        },
        {
            "unit": "https://translate.peeringdb.com/api/units/3/?format=api",
            "component": "https://translate.peeringdb.com/api/components/peeringdb/server/?format=api",
            "translation": "https://translate.peeringdb.com/api/translations/peeringdb/server/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-01-04T03:58:31.240602Z",
            "action": 13,
            "target": "",
            "id": 4,
            "action_name": "Source string added",
            "url": "https://translate.peeringdb.com/api/changes/4/?format=api"
        },
        {
            "unit": "https://translate.peeringdb.com/api/units/2/?format=api",
            "component": "https://translate.peeringdb.com/api/components/peeringdb/server/?format=api",
            "translation": "https://translate.peeringdb.com/api/translations/peeringdb/server/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-01-04T03:58:31.223829Z",
            "action": 13,
            "target": "",
            "id": 3,
            "action_name": "Source string added",
            "url": "https://translate.peeringdb.com/api/changes/3/?format=api"
        },
        {
            "unit": "https://translate.peeringdb.com/api/units/1/?format=api",
            "component": "https://translate.peeringdb.com/api/components/peeringdb/server/?format=api",
            "translation": "https://translate.peeringdb.com/api/translations/peeringdb/server/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-01-04T03:58:31.204997Z",
            "action": 13,
            "target": "",
            "id": 2,
            "action_name": "Source string added",
            "url": "https://translate.peeringdb.com/api/changes/2/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.peeringdb.com/api/components/peeringdb/server/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2019-01-04T03:58:31.125349Z",
            "action": 20,
            "target": "",
            "id": 1,
            "action_name": "Repository merged",
            "url": "https://translate.peeringdb.com/api/changes/1/?format=api"
        }
    ]
}