GET /api/peeringdb/synchronisations/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "time": "2024-04-30T02:40:27.824860Z",
            "created": 227671,
            "updated": 0,
            "deleted": 0
        }
    ]
}