Event Instance
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/1035/?format=api
{ "id": 1035, "url": "https://lldev.thespacedevs.com/2.2.0/event/1035/?format=api", "slug": "polaris-dawn-falcon-9-static-fire-test", "name": "Polaris Dawn Falcon 9 Static Fire Test", "updates": [ { "id": 8394, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg", "comment": "Added Event.", "info_url": "https://www.youtube.com/watch?v=miBgBAceUgI", "created_by": "hitura-nobad", "created_on": "2024-08-25T05:38:53Z" }, { "id": 8397, "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png", "comment": "Official Webcast by Spaceflight Now has started", "info_url": "https://www.youtube.com/watch?v=miBgBAceUgI", "created_by": "LL2", "created_on": "2024-08-25T10:07:47Z" } ], "last_updated": "2024-08-25T10:45:00Z", "type": { "id": 5, "name": "Static Fire" }, "description": "SpaceX will perform a test firing of its Falcon 9 rocket at launch pad 39A ahead of the launch of Polaris Dawn.", "webcast_live": false, "location": "LC-39A, KSC", "news_url": null, "video_url": "https://www.youtube.com/watch?v=miBgBAceUgI", "info_urls": [], "vid_urls": [ { "priority": 10, "source": "youtube.com", "publisher": "Spaceflight Now", "title": "YouTube", "description": "Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.", "feature_image": null, "url": "https://www.youtube.com/watch?v=miBgBAceUgI", "type": { "id": 3, "name": "Unofficial Webcast" }, "language": { "id": 1, "name": "English", "code": "en" }, "start_time": "2024-08-25T10:07:38Z", "end_time": "2024-08-25T10:44:47Z" } ], "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/f9_with_crew_dr_image_20240825054147.jpg", "date": "2024-08-25T10:38:00Z", "date_precision": { "id": 1, "name": "Minute", "abbrev": "MIN", "description": "The T-0 is accurate to the minute." }, "duration": "PT37M9S", "agencies": [ { "id": 121, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api", "name": "SpaceX", "featured": true, "type": "Commercial", "country_code": "USA", "abbrev": "SpX", "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.", "administrator": "CEO: Elon Musk", "founding_year": "2002", "launchers": "Falcon | Starship", "spacecraft": "Dragon", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg", "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png" } ], "launches": [], "expeditions": [], "spacestations": [], "program": [ { "id": 40, "url": "https://lldev.thespacedevs.com/2.2.0/program/40/?format=api", "name": "Polaris", "description": "The Polaris program is a private spaceflight program organized by entrepreneur Jared Isaacman.", "agencies": [ { "id": 121, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" } ], "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/polaris_program_image_20240826141144.png", "start_date": "2024-08-26T07:38:00Z", "end_date": null, "info_url": "https://polarisprogram.com/", "wiki_url": "https://en.wikipedia.org/wiki/Polaris_program", "mission_patches": [], "type": { "id": 2, "name": "Human Spaceflight" } } ] }