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

{
  "id": 485,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/485/?format=api",
  "slug": "jwst-final-primary-mirror-wing-deployment",
  "name": "JWST Final Primary Mirror Wing Deployment",
  "updates": [],
  "last_updated": "2024-03-07T09:36:13Z",
  "type": {
    "id": 6,
    "name": "Spacecraft Event"
  },
  "description": "NASA will deploy James Webb Space Telescope's final primary mirror wing, completing all major deployments.",
  "webcast_live": false,
  "location": null,
  "news_url": "https://www.nasa.gov/press-release/nasa-to-host-coverage-briefing-for-webb-telescope-s-final-unfolding",
  "video_url": "https://www.youtube.com/watch?v=tlGTem8vkB0",
  "info_urls": [
    {
      "priority": 10,
      "source": "www.nasa.gov",
      "title": "NASA to Host Coverage, Briefing for Webb Telescope’s Final Unfolding",
      "description": "NASA will provide live coverage and host a media briefing Saturday, Jan. 8, for the conclusion of the James Webb Space Telescope’s major spacecraft deployments.",
      "feature_image": null,
      "url": "https://www.nasa.gov/press-release/nasa-to-host-coverage-briefing-for-webb-telescope-s-final-unfolding",
      "type": {
        "id": 1,
        "name": "Official Page"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NASA",
      "title": "James Webb Space Telescope: Primary Mirror Deployment – Mission Control Live",
      "description": "Watch James Webb Space Telescope experts give real-time updates on the final step in the observatory’s deployment: the unfolding of the second of Webb’s two primary mirror wings. Engineers in mission ...",
      "feature_image": "https://i.ytimg.com/vi/tlGTem8vkB0/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=tlGTem8vkB0",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2022-01-08T14:31:47Z",
      "end_time": "2022-01-08T18:34:07Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jwst_alignment__image_20220505152744.jpg",
  "date": "2022-01-08T14:30:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}