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

{
    "id": 56,
    "url": "https://ll.thespacedevs.com/2.2.0/event/56/?format=api",
    "slug": "nasa-administrator-visit-at-spacex-headquarters",
    "name": "NASA Administrator Visit at SpaceX Headquarters",
    "updates": [],
    "last_updated": "2024-03-05T17:28:44Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA Administrator Jim Bridenstine will tour SpaceX headquarters in Hawthorne, California, on Thursday, Oct. 10, to see the progress the company is making to fly astronauts to and from the International Space Station from American soil as part of the agency’s Commercial Crew Program.\r\n\r\nFollowing the tour, SpaceX will host a media availability with Bridenstine, SpaceX Chief Engineer Elon Musk, and NASA astronauts Bob Behnken and Doug Hurley – the crew for the Demo-2 flight test to the space station.\r\n\r\nThe media availability will be streamed live on Bridenstine’s Twitter account.",
    "webcast_live": false,
    "location": "SpaceX Headquarters, Hawthorne, CA, USA",
    "news_url": "https://www.nasa.gov/press-release/nasa-administrator-to-visit-spacex-headquarters",
    "video_url": "https://www.pscp.tv/w/cG-UPXR3LTcwMDYxNzc4Mzg0MzgxNTQyNHwxT3lLQWVuZ1pBTUti16j3_UV4tyl1szgMUeMUvfmGTIw8ZlVBHuk9_u9jMGI=",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA Administrator to Visit SpaceX Headquarters",
            "description": "NASA Administrator Jim Bridenstine will tour SpaceX headquarters in Hawthorne, California, on Thursday, Oct. 10, to see the progress the company is making to fly astronauts to and from the International Space Station from American soil as part of the agency’s Commercial Crew Program.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-administrator-to-visit-spacex-headquarters",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.pscp.tv",
            "publisher": null,
            "title": "undefined @undefined",
            "description": "undefined (@undefined) from , , . undefined",
            "feature_image": null,
            "url": "https://www.pscp.tv/w/cG-UPXR3LTcwMDYxNzc4Mzg0MzgxNTQyNHwxT3lLQWVuZ1pBTUti16j3_UV4tyl1szgMUeMUvfmGTIw8ZlVBHuk9_u9jMGI=",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/nasa2520administrator2520visit2520at2520spacex2520headquarters_image_20191010080759.jpeg",
    "date": "2019-10-10T21:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}