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

{
    "id": 391,
    "url": "https://ll.thespacedevs.com/2.2.0/event/391/?format=api",
    "slug": "bepicolombo-mercury-flyby-4",
    "name": "BepiColombo Mercury Flyby",
    "updates": [],
    "last_updated": "2024-03-05T17:24:06Z",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "Fourth of six Mercury flybys of the ESA-JAXA BepiColombo mission before entering orbit around its destination planet in 2025.",
    "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/bepicolombo_at__image_20240306080108.jpeg",
    "date": "2024-09-05T00:00:00Z",
    "date_precision": null,
    "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": "AUT,BEL,CZE,DNK,FIN,FRA,DEU,GRC,IRE,ITA,LUX,NLD,NOR,POL,PRT,ROU,ESP,SWE,CHE,GBR",
            "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/logo/european2520space2520agency_logo_20221130101442.png"
        },
        {
            "id": 37,
            "url": "https://ll.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/japan2520aerospace2520exploration2520agency_logo_20190207032440.png"
        }
    ],
    "launches": [
        {
            "id": "e81bd43b-6359-4436-911f-01888c3369ef",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/e81bd43b-6359-4436-911f-01888c3369ef/?format=api",
            "slug": "ariane-5-eca-bepicolombo",
            "name": "Ariane 5 ECA | BepiColombo",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:01:04Z",
            "net": "2018-10-20T01:45:28Z",
            "window_end": "2018-10-20T01:45:28Z",
            "window_start": "2018-10-20T01:45:28Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": "#BepiColombo",
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 14,
                "configuration": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/20/?format=api",
                    "name": "Ariane 5 ECA",
                    "family": "Ariane 5",
                    "full_name": "Ariane 5 ECA",
                    "variant": "ECA"
                }
            },
            "mission": {
                "id": 590,
                "name": "BepiColombo",
                "description": "BepiColombo is a joint mission of the ESA and the JAXA to the planet Mercury. The mission comprises two satellites to be launched together: the Mercury Planetary Orbiter (MPO) and the Mercury Magnetospheric Orbiter (MMO). The mission will perform a comprehensive study of Mercury, including its magnetic field, magnetosphere, interior structure and surface.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 6,
                    "name": "Heliocentric N/A",
                    "abbrev": "Helio-N/A"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "description": "ELA-3, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. ELA-3 was operated by Arianespace as part of the expendable launch system for Ariane 5 launch vehicles.",
                "info_url": null,
                "wiki_url": "http://en.wikipedia.org/wiki/ELA-3",
                "map_url": "https://www.google.com/maps?q=5.239,-52.768",
                "latitude": "5.239",
                "longitude": "-52.768",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 320,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118,
                "orbital_launch_attempt_count": 118
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane252052520eca_image_20190224012333.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5777,
            "location_launch_attempt_count": 284,
            "pad_launch_attempt_count": 102,
            "agency_launch_attempt_count": 269,
            "orbital_launch_attempt_count_year": 81,
            "location_launch_attempt_count_year": 7,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 7,
            "type": "normal"
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": []
}