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

{
    "count": 9,
    "next": "https://cs-nau-backend.vercel.app/api/events/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "title": "Career Talk: Google Software Engineers",
            "location": "Seminar Hall, CS Department",
            "start_time": "02:00 PM",
            "end_time": "03:30 PM",
            "date": "July-20-2025",
            "cover_img": "https://cl8bu8684muzcaft.public.blob.vercel-storage.com/events/covers/188b3472-c1e5-4c52-99a9-b3c973cf4b57/ChatGPT_Image_Jul_6_2025_01_10_34_PM.png"
        },
        {
            "title": "Data Science Bootcamp",
            "location": "Computer Lab 3, CS Block",
            "start_time": "10:00 AM",
            "end_time": "05:00 PM",
            "date": "July-18-2025",
            "cover_img": "https://cl8bu8684muzcaft.public.blob.vercel-storage.com/events/covers/441280fa-e701-45c8-a23d-4e0b8c3987f3/ChatGPT_Image_Jul_6_2025_01_09_09_PM.png"
        },
        {
            "title": "AI Ethics & Society Panel",
            "location": "Zoom (Link will be shared)",
            "start_time": "03:00 PM",
            "end_time": "04:30 PM",
            "date": "July-12-2025",
            "cover_img": "https://cl8bu8684muzcaft.public.blob.vercel-storage.com/events/covers/4c216eed-2bb5-4209-b643-fa267c01cd5a/ChatGPT_Image_Jul_6_2025_01_01_00_PM.png"
        },
        {
            "title": "Intro to Quantum Computing",
            "location": "Main Auditorium, Engineering Building",
            "start_time": "09:30 AM",
            "end_time": "11:00 AM",
            "date": "July-11-2025",
            "cover_img": "https://cl8bu8684muzcaft.public.blob.vercel-storage.com/events/covers/8c38a121-f73c-4a18-8ae2-58f0a6e99ff9/978-3-031-66425-0.jpeg"
        },
        {
            "title": "Texas Regional Robotics Symposium (TEROS 2023)",
            "location": "Austin, Texas",
            "start_time": "11:00 AM",
            "end_time": "02:30 PM",
            "date": "June-17-2023",
            "cover_img": "https://cl8bu8684muzcaft.public.blob.vercel-storage.com/events/covers/335ddd08-08d9-42c1-aa61-8f284f5e27f9/Robotics.png"
        },
        {
            "title": "Exploring AI technologies (ChatGPT, etc.)",
            "location": "Houston, USA",
            "start_time": "10:00 AM",
            "end_time": "02:30 PM",
            "date": "May-05-2023",
            "cover_img": "https://cl8bu8684muzcaft.public.blob.vercel-storage.com/events/covers/c1617df9-2ae4-49a1-b444-34b6c5e7bc41/Exploring.png"
        },
        {
            "title": "Smart City Use Cases & Technology",
            "location": "San Antonio, TX",
            "start_time": "09:00 AM",
            "end_time": "05:00 PM",
            "date": "April-30-2023",
            "cover_img": "https://cl8bu8684muzcaft.public.blob.vercel-storage.com/events/covers/f9b5e7ea-af4a-4d79-9db0-e5bd776110bb/Technology.png"
        },
        {
            "title": "Seminar CS - Introduction",
            "location": "New York, USA",
            "start_time": "10:30 AM",
            "end_time": "12:30 PM",
            "date": "April-10-2023",
            "cover_img": "https://cl8bu8684muzcaft.public.blob.vercel-storage.com/events/covers/66ad91ec-fdb0-45b9-963e-88bf0f4094d7/ChatGPT_Image_Jun_29_2025_03_13_43_PM.png"
        }
    ]
}