Changes API.

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

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

{
    "count": 609953,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/changes/?format=api&page=12199",
    "results": [
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://weblate.framasoft.org/api/users/tcit/?format=api",
            "author": "https://weblate.framasoft.org/api/users/tcit/?format=api",
            "timestamp": "2019-09-12T11:03:34.649258Z",
            "action": 38,
            "target": "frontend",
            "old": "",
            "details": {},
            "id": 398,
            "action_name": "Composant supprimé",
            "url": "https://weblate.framasoft.org/api/changes/398/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://weblate.framasoft.org/api/users/admin/?format=api",
            "author": "https://weblate.framasoft.org/api/users/admin/?format=api",
            "timestamp": "2019-09-11T18:17:46.640885Z",
            "action": 38,
            "target": "frontend",
            "old": "",
            "details": {},
            "id": 6,
            "action_name": "Composant supprimé",
            "url": "https://weblate.framasoft.org/api/changes/6/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://weblate.framasoft.org/api/users/admin/?format=api",
            "author": "https://weblate.framasoft.org/api/users/admin/?format=api",
            "timestamp": "2019-09-11T18:09:47.727390Z",
            "action": 50,
            "target": "",
            "old": "",
            "details": {},
            "id": 2,
            "action_name": "Projet créé",
            "url": "https://weblate.framasoft.org/api/changes/2/?format=api"
        }
    ]
}