API endpoint that allows all Events to be viewed.

GET: Return a list of all Events

SEARCH EXAMPLE: /2.0.0/event/?search=Dragon Searches through name

GET /2.0.0/event/1107/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 1107,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1107/?format=api",
    "slug": "spadex-docking-test",
    "name": "SpaDeX Docking Test",
    "type": {
        "id": 2,
        "name": "Docking"
    },
    "description": "India's first attempt at docking in low earth orbit.",
    "location": null,
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=UCs1UWAo2I0",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spadex_chaser__image_20241228193355.png",
    "date": "2025-01-16T00:49:00Z",
    "launches": [
        {
            "id": "644eaa0e-7c09-4be1-980c-ab5c2a07acce",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/644eaa0e-7c09-4be1-980c-ab5c2a07acce/?format=api",
            "launch_library_id": null,
            "slug": "pslv-ca-spadex-space-docking-experiment",
            "name": "PSLV-CA | SPADEX (Space Docking Experiment)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2024-12-30T16:30:15Z",
            "window_end": "2024-12-30T16:30:15Z",
            "window_start": "2024-12-30T16:30:15Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 31,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/31/?format=api",
                "name": "Indian Space Research Organization",
                "type": "Government"
            },
            "rocket": {
                "id": 8379,
                "configuration": {
                    "id": 43,
                    "launch_library_id": 68,
                    "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/43/?format=api",
                    "name": "PSLV",
                    "family": "PSLV",
                    "full_name": "PSLV-CA",
                    "variant": "CA"
                }
            },
            "mission": {
                "id": 6960,
                "launch_library_id": null,
                "name": "SPADEX (Space Docking Experiment)",
                "description": "SPADEX (Space Docking Experiment) is an Indian Space Research Organisation (ISRO) technology mission to demonstrate autonomous docking between 2 spacecraft in orbit.\r\n\r\nThe mission will involve two spacecraft (Chaser and Target) rendezvous and docking together, plus testing attitude control of the combined spacecraft under docked conditions. The Chaser and Target spacecraft will then be separated for operating other payload. The mission is critical to develop rendezvous and docking abilities for ISRO’s future human spaceflight and lunar sample return missions.",
                "launch_designator": null,
                "type": "Technology",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 50,
                "url": "https://lldev.thespacedevs.com/2.0.0/pad/50/?format=api",
                "agency_id": 31,
                "name": "Satish Dhawan Space Centre First Launch Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_First_Launch_Pad",
                "map_url": "https://www.google.com/maps?q=13.733,80.235",
                "latitude": "13.733",
                "longitude": "80.235",
                "location": {
                    "id": 14,
                    "url": "https://lldev.thespacedevs.com/2.0.0/location/14/?format=api",
                    "name": "Satish Dhawan Space Centre, India",
                    "country_code": "IND",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
                    "total_launch_count": 99,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_50_20200803143457.jpg",
                "total_launch_count": 62
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pslv_image_20230730102956.jpeg",
            "infographic": null,
            "program": []
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": []
}