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

{
    "count": 1111,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.0.0/event/?format=api&limit=10&offset=1100",
    "results": [
        {
            "id": 1377,
            "url": "https://lldev.thespacedevs.com/2.0.0/event/1377/?format=api",
            "slug": "jaxa-h3-30-captive-firing-test-2",
            "name": "JAXA H3-30 Captive Firing Test 2",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "JAXA will conduct the second Captive Firing Test (CFT) of the first-stage tank section of the H-3 Rocket No. 6 (Configuration 30 test vehicle)",
            "location": "Tanegashima Space Center, Japan",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=30rwxRC808o",
            "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/h3-30_at_the_la_image_20260314170819.jpeg",
            "date": "2026-03-14T22:00:00Z",
            "launches": [
                {
                    "id": "e1a3b702-464f-435d-8c1f-ade9be196b77",
                    "url": "https://lldev.thespacedevs.com/2.0.0/launch/e1a3b702-464f-435d-8c1f-ade9be196b77/?format=api",
                    "launch_library_id": null,
                    "slug": "h3-30-h3-30-test-flight",
                    "name": "H3-30 | H3-30 Test Flight",
                    "status": {
                        "id": 2,
                        "name": "TBD"
                    },
                    "net": "2026-06-30T00:00:00Z",
                    "window_end": "2026-06-30T00:00:00Z",
                    "window_start": "2026-06-30T00:00:00Z",
                    "inhold": false,
                    "tbdtime": true,
                    "tbddate": true,
                    "probability": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 98,
                        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/98/?format=api",
                        "name": "Mitsubishi Heavy Industries",
                        "type": "Commercial"
                    },
                    "rocket": {
                        "id": 8366,
                        "configuration": {
                            "id": 203,
                            "launch_library_id": 231,
                            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/203/?format=api",
                            "name": "H3-30",
                            "family": "H3",
                            "full_name": "H3-30",
                            "variant": "30"
                        }
                    },
                    "mission": {
                        "id": 6947,
                        "launch_library_id": null,
                        "name": "H3-30 Test Flight",
                        "description": "Test flight of the H3-30 variant of the H3 launch vehicle with 3 LE-9 engines in the first stage and no SRBs. The flight will carry a dummy main payload (Vehicle Evaluation Payload 5, VEP-5) and several hitchhiking small satellites:\r\n\r\n* PETREL\r\n\r\n* STARS-X\r\n\r\n* BRO-19\r\n\r\n* VERTECS\r\n\r\n* HORN-L/R",
                        "launch_designator": null,
                        "type": "Test Flight",
                        "orbit": {
                            "id": 17,
                            "name": "Sun-Synchronous Orbit",
                            "abbrev": "SSO"
                        }
                    },
                    "pad": {
                        "id": 209,
                        "url": "https://lldev.thespacedevs.com/2.0.0/pad/209/?format=api",
                        "agency_id": 37,
                        "name": "Yoshinobu Launch Complex LP-2",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Yoshinobu_Launch_Complex",
                        "map_url": "https://www.google.com/maps?q=30.400938,130.97564",
                        "latitude": "30.400938",
                        "longitude": "130.97564",
                        "location": {
                            "id": 26,
                            "url": "https://lldev.thespacedevs.com/2.0.0/location/26/?format=api",
                            "name": "Tanegashima Space Center, Japan",
                            "country_code": "JPN",
                            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                            "total_launch_count": 97,
                            "total_landing_count": 0
                        },
                        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_yoshinobu_launch_complex_lp-2_20230707124715.jpg",
                        "total_launch_count": 16
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/h3-30_f6_cft_image_20251028183426.jpg",
                    "infographic": null,
                    "program": []
                }
            ],
            "expeditions": [],
            "spacestations": [],
            "program": []
        }
    ]
}