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/1127/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 1127,
    "url": "https://ll.thespacedevs.com/2.2.0/event/1127/?format=api",
    "slug": "hera-mars-deimos-flyby",
    "name": "Hera Mars & Deimos Flyby",
    "updates": [
        {
            "id": 10373,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding closest approach time",
            "info_url": "https://www.esa.int/Newsroom/Press_Releases/Media_Invitation_ESA_s_Hera_Mission_-_Mars_Flyby_and_Deimos_Encounter",
            "created_by": "Nosu",
            "created_on": "2025-03-10T16:37:00Z"
        },
        {
            "id": 10110,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.esa.int/Enabling_Support/Operations/Hera_burns_towards_Mars",
            "created_by": "Nosu",
            "created_on": "2025-02-17T12:25:00Z"
        }
    ],
    "last_updated": "2025-03-11T07:10:21Z",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "Hera is a European Space Agency (ESA) mission launched on 7 October 2024 to visit the asteroid Didymos and its moon Dimorphos as part of the NASA/ESA Asteroid Impact and Deflection Assessment (AIDA) collaboration. On 7 March 2025, it will fly by Mars (within 6000 km) and Deimos (~1000 km).",
    "webcast_live": false,
    "location": "Mars & Deimos",
    "news_url": "https://www.esa.int/ESA_Multimedia/Videos/2024/04/Hera_trajectory_to_Didymos",
    "video_url": "https://www.youtube.com/watch?v=cHiASEowrio",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.esa.int",
            "title": "Hera trajectory to Didymos",
            "description": "The liftoff of ESA’s Hera mission for planetary defence is only the start… Its launch will be followed by a two-year cruise to the Didymos binary asteroid system. Next will come a sequence of deep space manoeuvres, including a swingby of Mars to acquire extra velocity to aid the rendezvous with Didy...",
            "feature_image": null,
            "url": "https://www.esa.int/ESA_Multimedia/Videos/2024/04/Hera_trajectory_to_Didymos",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        },
        {
            "priority": 10,
            "source": "www.esa.int",
            "title": "Hera burns towards Mars",
            "description": "ESA’s Hera mission has completed the first critical manoeuvre on its journey to the Didymos binary asteroid system since launch on 7 October.",
            "feature_image": null,
            "url": "https://www.esa.int/Enabling_Support/Operations/Hera_burns_towards_Mars",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "European Space Agency, ESA",
            "title": "Images from Hera’s Mars flyby (Official broadcast)",
            "description": "Join us live for a star-studded event this Thursday, as scientists working on ESA’s Hera mission for planetary defence release the mission’s first scientific observations beyond the Earth-Moon system,...",
            "feature_image": "https://i.ytimg.com/vi/cHiASEowrio/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=cHiASEowrio",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2025-03-13T10:50:00Z",
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/render_of_the_h_image_20250217122518.png",
    "date": "2025-03-12T12:50:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": null,
    "agencies": [
        {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
            "name": "European Space Agency",
            "featured": false,
            "type": "Multinational",
            "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,BEL,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,SVN",
            "abbrev": "ESA",
            "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
            "administrator": "Director General: Josef Aschbacher",
            "founding_year": "1975",
            "launchers": "Ariane | Vega",
            "spacecraft": "Space Rider",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
        }
    ],
    "launches": [
        {
            "id": "e1ffdd01-c146-44d0-a250-b845dc2eb20d",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/e1ffdd01-c146-44d0-a250-b845dc2eb20d/?format=api",
            "slug": "falcon-9-block-5-hera",
            "name": "Falcon 9 Block 5 | Hera",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-10-25T18:32:48Z",
            "net": "2024-10-07T14:52:11Z",
            "window_end": "2024-10-07T14:52:11Z",
            "window_start": "2024-10-07T14:52:11Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": 60,
            "weather_concerns": "Thick Cloud Layers Rule, Cumulus Cloud Rule",
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7689,
                "configuration": {
                    "id": 164,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 6496,
                "name": "Hera",
                "description": "Hera is a space mission in development at the European Space Agency in its Space Safety program. Its primary objective is to study the Didymos binary asteroid system that was impacted by DART and contribute to validation of the kinetic impact method to deviate a near-Earth asteroid in a colliding trajectory with Earth. It will measure the size and the morphology of the crater created by and momentum transferred by an artificial projectile impacting an asteroid, which will allow measuring the efficiency of the deflection produced by the impact. It will also analyze the expanding debris cloud caused by the impact.",
                "launch_designator": null,
                "type": "Robotic Exploration",
                "orbit": {
                    "id": 21,
                    "name": "Asteroid",
                    "abbrev": "Asteroid"
                },
                "agencies": [
                    {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                        "name": "European Space Agency",
                        "featured": false,
                        "type": "Multinational",
                        "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,BEL,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,SVN",
                        "abbrev": "ESA",
                        "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
                        "administrator": "Director General: Josef Aschbacher",
                        "founding_year": "1975",
                        "launchers": "Ariane | Vega",
                        "spacecraft": "Space Rider",
                        "launch_library_url": null,
                        "total_launch_count": 7,
                        "consecutive_successful_launches": 5,
                        "successful_launches": 6,
                        "failed_launches": 1,
                        "pending_launches": 0,
                        "consecutive_successful_landings": 0,
                        "successful_landings": 0,
                        "failed_landings": 0,
                        "attempted_landings": 0,
                        "info_url": "http://www.esa.int/",
                        "wiki_url": "http://en.wikipedia.org/wiki/European_Space_Agency",
                        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png",
                        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 80,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/80/?format=api",
                "agency_id": 121,
                "name": "Space Launch Complex 40",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
                "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
                "latitude": "28.56194122",
                "longitude": "-80.57735736",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1013,
                    "total_landing_count": 62
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
                "total_launch_count": 298,
                "orbital_launch_attempt_count": 298
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_liftof_image_20241020172845.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6773,
            "location_launch_attempt_count": 978,
            "pad_launch_attempt_count": 264,
            "agency_launch_attempt_count": 408,
            "orbital_launch_attempt_count_year": 184,
            "location_launch_attempt_count_year": 51,
            "pad_launch_attempt_count_year": 46,
            "agency_launch_attempt_count_year": 97,
            "type": "normal"
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": []
}