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

{
    "id": 1281,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/1281/?format=api",
    "slug": "juice-ganymede-orbit-insertion",
    "name": "Juice Ganymede Orbit Insertion",
    "updates": [
        {
            "id": 12179,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.esa.int/ESA_Multimedia/Images/2022/12/Juice_mission_milestones",
            "created_by": "Nosu",
            "created_on": "2025-09-10T15:21:00Z"
        }
    ],
    "last_updated": "2025-09-10T15:21:02Z",
    "type": {
        "id": 16,
        "name": "Orbital Insertion"
    },
    "description": "Orbital insertion of ESA's Jupiter Icy Moons Explorer (Juice) mission around Ganymede.",
    "webcast_live": false,
    "location": "Ganymede",
    "news_url": "https://www.esa.int/ESA_Multimedia/Images/2022/12/Juice_mission_milestones",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "www.esa.int",
            "title": "Juice mission milestones",
            "description": "ESA’s Jupiter Icy Moons Explorer (Juice) will make detailed observations of the giant gas planet and its three large ocean-bearing moons – Callisto, Europa and in particular Ganymede. This graphic shows the main mission milestones, from arrival at the launch site in French Guiana in February 2023 to...",
            "feature_image": null,
            "url": "https://www.esa.int/ESA_Multimedia/Images/2022/12/Juice_mission_milestones",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20240307192047.jpeg",
    "date": "2034-12-31T00: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,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-dev.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png",
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}