API endpoint that allows all Events to be viewed.

FILTERS:
'type', 'type__ids', 'program', 'agency__ids', 'last_updated'

GET:
Return a list of all Events

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

ORDERING:
Fields - 'date', 'last_updated'
Example - /2.2.0/event/?ordering=-date

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

{
    "id": 785,
    "url": "https://ll.thespacedevs.com/2.2.0/event/785/?format=api",
    "slug": "us-eva-88",
    "name": "US EVA-88",
    "updates": [
        {
            "id": 4353,
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=yekfGi-JF0g",
            "created_by": "LL2",
            "created_on": "2023-06-15T11:29:02Z"
        }
    ],
    "last_updated": "2024-03-05T17:21:57Z",
    "type": {
        "id": 3,
        "name": "EVA"
    },
    "description": "NASA astronauts Steve Bowen and Woody Hoburg will exit the station’s Quest airlock to install an upgraded IROSA (International Space Station Roll-Out Solar Array) on the 1B power channel on the starboard truss of the station.",
    "webcast_live": false,
    "location": "International Space Station",
    "news_url": "https://www.nasa.gov/press-release/nasa-to-provide-briefing-coverage-of-spacewalks-for-station-upgrades",
    "video_url": "https://www.youtube.com/watch?v=yekfGi-JF0g",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA to Provide Briefing, Coverage of Spacewalks for Station Upgrades",
            "description": "Two NASA astronauts aboard the International Space Station will conduct a pair of spacewalks Friday, June 9, and Thursday, June 15, to install two new solar arrays.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-to-provide-briefing-coverage-of-spacewalks-for-station-upgrades",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Spacewalk with Astronauts Steve Bowen and Woody Hoburg (June 15, 2023) (Official NASA Broadcast)",
            "description": "NASA astronauts Steve Bowen and Warren \"Woody\" Hoburg are taking a spacewalk on Thursday, June 15, to add a new solar panel to the International Space Statio...",
            "feature_image": "https://i.ytimg.com/vi/yekfGi-JF0g/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=yekfGi-JF0g",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
    "date": "2023-06-15T12:55:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [
        {
            "id": 151,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/151/?format=api",
            "name": "Expedition 69",
            "start": "2023-03-28T09:57:27Z",
            "end": "2023-09-26T13:40:00Z",
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                "name": "International Space Station",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            },
            "mission_patches": [
                {
                    "id": 770,
                    "name": "ISS Expedition 69 Patch",
                    "priority": 10,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/iss2520expedit_mission_patch_20230329140742.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 467,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/467/?format=api",
                    "name": "Expedition 69 EVA 7",
                    "start": "2023-08-09T14:44:00Z",
                    "end": "2023-08-09T21:19:00Z",
                    "duration": "PT6H35M",
                    "location": "International Space Station"
                },
                {
                    "id": 465,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/465/?format=api",
                    "name": "Expedition 69 EVA 6",
                    "start": "2023-06-22T14:24:33Z",
                    "end": "2023-06-22T20:48:00Z",
                    "duration": "PT6H23M27S",
                    "location": "International Space Station"
                },
                {
                    "id": 464,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/464/?format=api",
                    "name": "Expedition 69 EVA 5",
                    "start": "2023-06-15T12:42:00Z",
                    "end": "2023-06-15T18:17:00Z",
                    "duration": "PT5H35M",
                    "location": "International Space Station"
                },
                {
                    "id": 463,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/463/?format=api",
                    "name": "Expedition 69 EVA 4",
                    "start": "2023-06-09T13:24:00Z",
                    "end": "2023-06-09T19:27:00Z",
                    "duration": "PT6H3M",
                    "location": "International Space Station"
                },
                {
                    "id": 462,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/462/?format=api",
                    "name": "Expedition 69 EVA 3",
                    "start": "2023-05-12T15:47:00Z",
                    "end": "2023-05-12T21:01:00Z",
                    "duration": "PT5H14M",
                    "location": "International Space Station"
                },
                {
                    "id": 449,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/449/?format=api",
                    "name": "Expedition 69 EVA 2",
                    "start": "2023-05-03T20:00:00Z",
                    "end": "2023-05-04T03:11:00Z",
                    "duration": "PT7H11M",
                    "location": "International Space Station"
                },
                {
                    "id": 447,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/447/?format=api",
                    "name": "Expedition 69 EVA 1",
                    "start": "2023-04-19T01:40:00Z",
                    "end": "2023-04-19T09:35:00Z",
                    "duration": "PT7H55M",
                    "location": "International Space Station"
                }
            ]
        }
    ],
    "spacestations": [
        {
            "id": 4,
            "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
            "name": "International Space Station",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "founded": "1998-11-20",
            "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
            "orbit": "Low Earth Orbit",
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
        }
    ],
    "program": [
        {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
            "name": "International Space Station",
            "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
            "agencies": [
                {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                    "name": "Canadian Space Agency",
                    "type": "Government"
                },
                {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                    "name": "European Space Agency",
                    "type": "Multinational"
                },
                {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                    "name": "Japan Aerospace Exploration Agency",
                    "type": "Government"
                },
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                }
            ],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
            "start_date": "1998-11-20T06:40:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        }
    ]
}