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

{
    "id": 13,
    "url": "https://ll.thespacedevs.com/2.2.0/event/13/?format=api",
    "slug": "beresheet-moon-landing",
    "name": "Beresheet Moon Landing",
    "updates": [],
    "last_updated": "2024-03-05T17:28:32Z",
    "type": {
        "id": 7,
        "name": "Moon Landing"
    },
    "description": "The Israeli spacecraft's main engine failed during descent, leading to a crash on the Moon surface.",
    "webcast_live": false,
    "location": "Moon",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=HMdUcchBYRA&feature=youtu.be",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "LIVE broadcast - Beresheet lands on the Moon Fasten your seatbelts, we are about to land.",
            "description": "Landing the 1st Israeli spacecraft on the moon",
            "feature_image": "https://i.ytimg.com/vi/HMdUcchBYRA/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=HMdUcchBYRA&feature=youtu.be",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/beresheet2520moon2520landing_image_20190408132015.jpg",
    "date": "2019-04-11T19:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [
        {
            "id": "e5bd8f98-cf17-4563-8c2f-9063c803663d",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/e5bd8f98-cf17-4563-8c2f-9063c803663d/?format=api",
            "slug": "falcon-9-block-5-nusantara-satu-gto-1-beresheet-s5",
            "name": "Falcon 9 Block 5 | Nusantara Satu & GTO-1 (Beresheet, S5)",
            "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-14T17:41:53Z",
            "net": "2019-02-22T01:45:00Z",
            "window_end": "2019-02-22T02:17:00Z",
            "window_start": "2019-02-22T01:45:00Z",
            "net_precision": null,
            "probability": 80,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 76,
                "configuration": {
                    "id": 164,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 655,
                "name": "GTO-1 (Beresheet, S5)",
                "description": "Spaceflight’s first mission beyond Lower Earth Orbit (LEO) and its first combined launch with SSL. Consists out lunar lander called Beresheet (Hebrew for in the beginning) and AFRL’s S5 satellite.",
                "launch_designator": null,
                "type": "Dedicated Rideshare",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 80,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/80/?format=api",
                "agency_id": 121,
                "name": "Space Launch Complex 40",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
                "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
                "latitude": "28.56194122",
                "longitude": "-80.57735736",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral, FL, USA",
                    "country_code": "USA",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 950,
                    "total_landing_count": 51
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_80_20200803143323.jpg",
                "total_launch_count": 239,
                "orbital_launch_attempt_count": 239
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5821,
            "location_launch_attempt_count": 779,
            "pad_launch_attempt_count": 96,
            "agency_launch_attempt_count": 75,
            "orbital_launch_attempt_count_year": 11,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": []
}