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

{
    "id": 394,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/394/?format=api",
    "slug": "bepicolombo-mercury-orbit-insertion",
    "name": "BepiColombo Mercury Orbit Insertion",
    "updates": [
        {
            "id": 8461,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to November 2026.",
            "info_url": "https://www.esa.int/Science_Exploration/Space_Science/BepiColombo/Fourth_Mercury_flyby_begins_BepiColombo_s_new_trajectory",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-02T13:23:57Z"
        }
    ],
    "last_updated": "2024-09-02T13:23:51Z",
    "type": {
        "id": 16,
        "name": "Orbital Insertion"
    },
    "description": "Orbital insertion around Mercury of the ESA-JAXA BepiColombo mission.",
    "webcast_live": false,
    "location": "Mercury",
    "news_url": "https://sci.esa.int/web/bepicolombo/-/47346-fact-sheet",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "sci.esa.int",
            "title": "ESA Science & Technology - Fact Sheet",
            "description": "Fact Sheet \n \n \n \n \n \n   \n \n \n \n \n \n \n \n \n \n \n \n   Fast Facts  \n \n \n  BepiColombo  \n \n \n \n \n \n \n \n \n \n \n \n   Launch date:   \n 20 October 2018, 01:45:28 UTC \n \n \n   Mission end:   \n...",
            "feature_image": null,
            "url": "https://sci.esa.int/web/bepicolombo/-/47346-fact-sheet",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bepicolombo_at__image_20240306080108.jpeg",
    "date": "2026-11-30T00:00:00Z",
    "date_precision": {
        "id": 7,
        "name": "Month",
        "abbrev": "M",
        "description": "The T-0 is expected in the given month."
    },
    "duration": null,
    "agencies": [
        {
            "id": 27,
            "url": "https://lldev.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,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,BEL,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"
        },
        {
            "id": 37,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
            "name": "Japan Aerospace Exploration Agency",
            "featured": true,
            "type": "Government",
            "country_code": "JPN",
            "abbrev": "JAXA",
            "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
            "administrator": "Administrator: Hiroshi Yamakawa",
            "founding_year": "2003",
            "launchers": "H-II",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png"
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}