API endpoint that allows all Events to be viewed.

GET: Return a list of all Events

SEARCH EXAMPLE: /2.0.0/event/?search=Dragon Searches through name

GET /2.0.0/event/1109/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 1109,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1109/?format=api",
    "slug": "lunar-delivery-readiness-for-fireflys-blue-ghost-m",
    "name": "Lunar Delivery Readiness for Firefly’s Blue Ghost Mission 1 Media Teleconference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Lunar delivery readiness media teleconference with the following participants:\r\n• Nicola Fox, associate administrator, Science Mission Directorate at NASA Headquarters \r\n• Jason Kim, CEO, Firefly Aerospace\r\n• Julianna Scheiman, director, NASA science missions, SpaceX\r\n• Mark Burger, launch weather officer, Cape Canaveral Space Force Station’s 45th Weather Squadron",
    "location": null,
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=JLHxvh5NV_0",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue_ghost_duri_image_20250113132235.jpg",
    "date": "2025-01-14T18:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "id": 24,
            "url": "https://lldev.thespacedevs.com/2.0.0/program/24/?format=api",
            "name": "Commercial Lunar Payload Services",
            "description": "Commercial Lunar Payload Services (CLPS) is a NASA program to contract transportation services able to send small robotic landers and rovers to the Moon's south polar region.",
            "agencies": [
                {
                    "id": 1069,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1069/?format=api",
                    "name": "Astrobotic Technology",
                    "type": "Private"
                },
                {
                    "id": 1067,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1067/?format=api",
                    "name": "Intuitive Machines",
                    "type": "Commercial"
                },
                {
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                }
            ],
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20231127193630.jpeg",
            "start_date": "2018-04-27T00:00:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/commercial-lunar-payload-services/",
            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Lunar_Payload_Services"
        }
    ]
}