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

{
    "id": 828,
    "url": "https://ll.thespacedevs.com/2.2.0/event/828/?format=api",
    "slug": "last-ariane-5-rollout",
    "name": "Last Ariane 5 Rollout",
    "updates": [
        {
            "id": 4515,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=evF1hTUdP6M",
            "created_by": "LL2",
            "created_on": "2023-07-03T12:59:53Z"
        },
        {
            "id": 4357,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=pNBkvwkJwpY",
            "created_by": "LL2",
            "created_on": "2023-06-15T15:14:19Z"
        }
    ],
    "last_updated": "2024-03-05T17:22:09Z",
    "type": {
        "id": 27,
        "name": "Rollout"
    },
    "description": "The final Ariane 5 will rollout from the vertical integration building to the pad ahead of the VA261 mission.",
    "webcast_live": false,
    "location": "Guiana Space Centre, French Guiana",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=evF1hTUdP6M",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "VIP Pass – Ariane 5 VA261 | Final steps before launch I Arianespace",
            "description": "► Subscribe to our channel to keep on touch on our futur contents: https://www.youtube.com/c/arianespace/featured► Follow this link to discover the world of ...",
            "feature_image": "https://i.ytimg.com/vi/evF1hTUdP6M/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=evF1hTUdP6M",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_5_during_image_20240307183929.jpeg",
    "date": "2023-07-03T13:20:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": null,
    "agencies": [],
    "launches": [
        {
            "id": "e3f8e755-0867-413a-a05a-15ca06ce7fa3",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/e3f8e755-0867-413a-a05a-15ca06ce7fa3/?format=api",
            "slug": "ariane-5-eca-syracuse-4b-heinrich-hertz-h2sat",
            "name": "Ariane 5 ECA+ | Syracuse 4B & Heinrich Hertz (H2Sat)",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-06-15T14:13:35Z",
            "net": "2023-07-05T22:00:07Z",
            "window_end": "2023-07-05T23:05:00Z",
            "window_start": "2023-07-05T22:00:00Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7603,
                "configuration": {
                    "id": 215,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/215/?format=api",
                    "name": "Ariane 5 ECA+",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA+",
                    "variant": "ECA+"
                }
            },
            "mission": {
                "id": 6078,
                "name": "Syracuse 4B & Heinrich Hertz (H2Sat)",
                "description": "Syracuse 4B is a French military communications satellite built by Thales Alenia Space. Heinrich Hertz (H2Sat)  is a small geostationary communications satellite built by OHB System and the German Aerospace Center (DLR) to explore and test new broadband communications technologies.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 324,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118,
                "orbital_launch_attempt_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane2520525_image_20230706052641.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6467,
            "location_launch_attempt_count": 319,
            "pad_launch_attempt_count": 118,
            "agency_launch_attempt_count": 314,
            "orbital_launch_attempt_count_year": 99,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": []
}