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://lldev.thespacedevs.com/2.2.0/event/828/?format=api",
    "slug": "last-ariane-5-rollout",
    "name": "Last Ariane 5 Rollout",
    "updates": [
        {
            "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"
        },
        {
            "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"
        }
    ],
    "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": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}