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

{
    "id": 301,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/301/?format=api",
    "slug": "new-shepard-first-seat-auction",
    "name": "New Shepard First Seat Auction",
    "updates": [],
    "last_updated": "2024-03-05T17:30:10Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "On July 20th, New Shepard will fly its first astronaut crew to space. Blue Origin is offering one seat on this first flight to the winning bidder of an online auction.\r\n\r\nThe winning bid amount will be donated to Blue Origin’s foundation, Club for the Future, to inspire future generations to pursue careers in STEM and help invent the future of life in space.",
    "webcast_live": false,
    "location": null,
    "news_url": "https://www.blueorigin.com/",
    "video_url": "https://www.youtube.com/watch?v=JUcQmETFmds",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.blueorigin.com",
            "title": "Home",
            "description": "Blue Origin was founded by Jeff Bezos with the vision of enabling a future where millions of people are living and working in space for the benefit of Earth.",
            "feature_image": null,
            "url": "https://www.blueorigin.com/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Replay - New Shepard First Seat Auction",
            "description": "On Saturday, June 12, Blue Origin concluded the online auction for the very first seat on New Shepard with a winning bid of $28 million. Nearly 7,600 people ...",
            "feature_image": "https://i.ytimg.com/vi/JUcQmETFmds/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=JUcQmETFmds",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_sheppard_fi_image_20210608131927.jpeg",
    "date": "2021-06-12T16:45:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}