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

{
    "id": 906,
    "url": "https://ll.thespacedevs.com/2.2.0/event/906/?format=api",
    "slug": "information-session-from-esas-322nd-council-in-par",
    "name": "Information session from ESA’s 322nd Council in Paris",
    "updates": [
        {
            "id": 5948,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.esa.int/Newsroom/Press_Releases/Media_invitation_Information_session_from_ESA_s_322nd_Council_in_Paris",
            "created_by": "hitura-nobad",
            "created_on": "2023-12-12T14:23:03Z"
        }
    ],
    "last_updated": "2024-03-05T17:25:31Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "ESA Director General Josef Aschbacher and Swiss ESA Council Chair Renato Krpoun will give an update on the roll-out of decisions taken at the Space Summit in Seville, including the implications for space transportation and progress towards enabling a European commercial provider to deliver supplies to the International Space Station by 2028 and return cargo to Earth. The evolution of the European Spaceport in Kourou will also be covered. \r\n\r\nFurthermore, the briefing will address upcoming, high-level political meetings on space and international cooperation projects that ESA runs with partners around the globe, as well as ESA’s contribution to Poland’s Earth observation project “Country awareness mission in land analysis”.",
    "webcast_live": false,
    "location": "ESA Headquarters, Paris",
    "news_url": null,
    "video_url": "https://livestream.com/esa/esawebtv",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "livestream.com",
            "publisher": "",
            "title": "ESA Web TV by European Space Agency",
            "description": "Watch European Space Agency's ESA Web TV on Livestream.com.",
            "feature_image": "https://img.new.livestream.com/events/000000000060e5e8/e1e3ff0e-8958-4e66-90d0-aecb4ff0ac35.jpg",
            "url": "https://livestream.com/esa/esawebtv",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/information_ses_image_20231214063355.jpg",
    "date": "2023-12-14T13:00:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": "PT1H",
    "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": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}