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

{
    "id": 983,
    "url": "https://ll.thespacedevs.com/2.2.0/event/983/?format=api",
    "slug": "esa-astronaut-class-of-2022-graduation-ceremony",
    "name": "ESA astronaut class of 2022 graduation ceremony",
    "updates": [
        {
            "id": 7352,
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by European Space Agency, ESA has started",
            "info_url": "https://www.youtube.com/watch?v=B4vOcy4SpYk",
            "created_by": "LL2",
            "created_on": "2024-04-22T07:54:44Z"
        },
        {
            "id": 7349,
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=B4vOcy4SpYk",
            "created_by": "hitura-nobad",
            "created_on": "2024-04-21T07:06:58Z"
        }
    ],
    "last_updated": "2024-04-22T08:58:08Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "ESA astronaut candidates Sophie Adenot, Rosemary Coogan, Pablo Álvarez Fernández, Raphaël Liégeois, Marco Sieber and Australian Space Agency astronaut candidate Katherine Bennell-Pegg receive astronaut certification at ESA’s European Astronaut Centre. This officially marks their transition into fully-fledged astronauts, ready and eligible for spaceflight.",
    "webcast_live": false,
    "location": "European Astronaut Centre",
    "news_url": "https://www.esa.int/Science_Exploration/Human_and_Robotic_Exploration/ESA_astronaut_graduation_launching_into_the_future",
    "video_url": "https://www.youtube.com/watch?v=B4vOcy4SpYk",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.esa.int",
            "title": "ESA astronaut graduation: launching into the future",
            "description": "One year of basic training will soon bear fruit for ESA’s astronaut candidates Sophie Adenot, Pablo Álvarez Fernández, Rosemary Coogan, Raphaël Liégeois, Marco Sieber and Australian Space Agency astronaut candidate Katherine Bennell-Pegg.On 22 April 2024, these astronaut candidates will receive thei...",
            "feature_image": null,
            "url": "https://www.esa.int/Science_Exploration/Human_and_Robotic_Exploration/ESA_astronaut_graduation_launching_into_the_future",
            "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": "Graduation ceremony of ESA astronaut class of 2022",
            "description": "Watch the replay as ESA astronaut candidates Sophie Adenot, Rosemary Coogan, Pablo Álvarez Fernández, Raphaël Liégeois, Marco Sieber and Australian Space Age...",
            "feature_image": "https://i.ytimg.com/vi/B4vOcy4SpYk/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=B4vOcy4SpYk",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-04-22T07:54:24Z",
            "end_time": "2024-04-22T08:57:29Z"
        }
    ],
    "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/esa_2022_astron_image_20240421070549.jpg",
    "date": "2024-04-22T08:00:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": "PT1H3M5S",
    "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",
            "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": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}