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

{
  "id": 972,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/972/?format=api",
  "slug": "nasa-solar-eclipse-preview-press-conference",
  "name": "NASA Solar Eclipse Preview Press Conference",
  "updates": [
    {
      "id": 7054,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
      "comment": "Added Event",
      "info_url": "https://www.nasa.gov/news-release/nasa-agencies-to-brief-plans-for-april-2024-total-solar-eclipse/",
      "created_by": "hitura-nobad",
      "created_on": "2024-03-22T16:44:25Z"
    },
    {
      "id": 7104,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
      "comment": "Official Webcast by NASA has started",
      "info_url": "https://www.youtube.com/watch?v=rD8l67uhpqg",
      "created_by": "LL2",
      "created_on": "2024-03-26T14:04:11Z"
    }
  ],
  "last_updated": "2024-03-26T14:27:22Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "share safety information, and conduct science during the upcoming total solar eclipse. Representatives from these agencies will brief media about plans for the solar eclipse.\r\n\r\nBriefing participants include:\r\n\r\n- NASA Administrator Bill Nelson\r\n-  NASA Deputy Administrator Pam Melroy\r\n- NASA Associate Administrator Jim Free\r\n- Kelly Korreck, eclipse program manager, NASA Headquarters\r\n- Shailen Bhatt, administrator, Federal Highway Administration\r\n- Elsayed Talaat, director, National Oceanic and Atmospheric Administration’s Office of Space Weather Observations",
  "webcast_live": false,
  "location": "NASA Headquarters, Washington",
  "news_url": "https://www.nasa.gov/news-release/nasa-agencies-to-brief-plans-for-april-2024-total-solar-eclipse/",
  "video_url": "https://www.youtube.com/watch?v=rD8l67uhpqg",
  "info_urls": [
    {
      "priority": 10,
      "source": "www.nasa.gov",
      "title": ", Agencies to Brief Plans for April 2024 Total Solar Eclipse",
      "description": "Millions of people across North America will experience a rare celestial sight on Monday, April 8: a total solar eclipse. NASA will host a media briefing with",
      "feature_image": null,
      "url": "https://www.nasa.gov/news-release/nasa-agencies-to-brief-plans-for-april-2024-total-solar-eclipse/",
      "type": {
        "id": 1,
        "name": "Official Page"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NASA",
      "title": "2024 Total Solar Eclipse News Conference",
      "description": "Join us for a news conference on Tuesday, March 26, as NASA and other agencies discuss the 2024 total solar eclipse. On Monday, April 8, millions of people a...",
      "feature_image": "https://i.ytimg.com/vi/rD8l67uhpqg/maxresdefault_live.jpg",
      "url": "https://www.youtube.com/watch?v=rD8l67uhpqg",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2024-03-26T13:58:56Z",
      "end_time": "2024-03-26T14:27:07Z"
    },
    {
      "priority": 11,
      "source": "plus.nasa.gov",
      "publisher": "NASA",
      "title": "2024 Total Solar Eclipse News Conference",
      "description": "Millions of people across North America will experience a rare celestial sight on Monday, April 8: a total solar eclipse. NASA will host a media briefing with other government agencies […]",
      "feature_image": "https://plus.nasa.gov/wp-content/uploads/2024/03/2024-Total-Solar-Eclipse_News-Conference_Key-Art-4_3-With-Title.jpg",
      "url": "https://plus.nasa.gov/scheduled-video/2024-total-solar-eclipse-news-conference/",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2024-03-26T14:00:00Z",
      "end_time": "2024-03-26T14:30:00Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/total_solar_ecl_image_20201206083620.jpeg",
  "date": "2024-03-26T14:00:00Z",
  "date_precision": {
    "id": 1,
    "name": "Minute",
    "abbrev": "MIN",
    "description": "The T-0 is accurate to the minute."
  },
  "duration": "PT28M11S",
  "agencies": [
    {
      "id": 1086,
      "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1086/?format=api",
      "name": "NASA Goddard Space Flight Center",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "GSFC",
      "description": "The Goddard Space Flight Center (GSFC) is a major NASA space research laboratory located northeast of Washington, D.C. in Greenbelt, Maryland, United States.",
      "administrator": "Director: Makenzie Lystrup",
      "founding_year": "1959",
      "launchers": "",
      "spacecraft": "",
      "parent": "National Aeronautics and Space Administration",
      "image_url": null,
      "logo_url": null
    }
  ],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}