GET /api/events/?format=api&page=2
HTTP 200 OK
Allow: GET, OPTIONS, HEAD
Content-Type: application/json
Vary: Accept
{
"count": 9,
"next": null,
"previous": "https://cs-nau-backend.vercel.app/api/events/?format=api",
"results": [
{
"title": "Ethics in AI Live Event Machines Judging.",
"location": "San Francisco, USA",
"start_time": "01:30 PM",
"end_time": "02:00 PM",
"date": "March-26-2023",
"cover_img": "https://cl8bu8684muzcaft.public.blob.vercel-storage.com/events/covers/e27eea26-84fd-4b74-aac0-a32cc7d30004/Ethics.png"
}
]
}