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

{
  "id": 1120,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/1120/?format=api",
  "slug": "spherex-live-qa",
  "name": "SPHEREx Live Q+A",
  "updates": [
    {
      "id": 10095,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
      "comment": "Official Webcast by NASA Jet Propulsion Laboratory has started",
      "info_url": "https://www.youtube.com/watch?v=6o0q86RKL14",
      "created_by": "LL2",
      "created_on": "2025-02-12T18:56:00Z"
    },
    {
      "id": 10036,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
      "comment": "Added Event",
      "info_url": "https://www.youtube.com/live/6o0q86RKL14",
      "created_by": "hitura-nobad",
      "created_on": "2025-02-07T14:56:00Z"
    }
  ],
  "last_updated": "2025-02-12T19:35:10Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Q+A with experts from the mission, both at Vandenberg Space Force Base and NASA's Jet Propulsion Laboratory in California.\r\n\r\nYou'll hear from:\r\n\r\n- Jenn Rocca, SPHEREx project systems engineer, JPL\r\n- Phil Korngut, SPHEREx instrument scientist and inflation scientist, Caltech",
  "webcast_live": false,
  "location": "Vandenberg Space Force Base",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=6o0q86RKL14",
  "info_urls": [],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NASA Jet Propulsion Laboratory",
      "title": "See the Spacecraft: SPHEREx Nears Launch (LIVE Q+A)",
      "description": "We are less than 15 days away from launching SPHEREx, a mission that will observe hundreds of millions of stars and galaxies in infrared light, a range of wavelengths not visible to the human eye. Wit...",
      "feature_image": "https://i.ytimg.com/vi/6o0q86RKL14/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=6o0q86RKL14",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2025-02-12T18:56:36Z",
      "end_time": "2025-02-12T19:34:50Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spherex_in_the__image_20250128085828.jpg",
  "date": "2025-02-12T19:00:00Z",
  "date_precision": {
    "id": 1,
    "name": "Minute",
    "abbrev": "MIN",
    "description": "The T-0 is accurate to the minute."
  },
  "duration": "PT38M14S",
  "agencies": [
    {
      "id": 1090,
      "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1090/?format=api",
      "name": "Jet Propulsion Laboratory",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "JPL",
      "description": "Jet Propulsion Laboratory (JPL) is a Federally Funded Research and Development Center (FFRDC) in La CaƱada Flintridge, California, Crescenta Valley, United States. Founded in 1936 by Caltech researchers, the laboratory is now owned and sponsored by the National Aeronautics and Space Administration (NASA) and administered and managed by the California Institute of Technology.\r\n\r\nThe primary function of the laboratory is the construction and operation of planetary robotic spacecraft, though it also conducts Earth-orbit and astronomy missions. It is also responsible for operating the NASA Deep Space Network (DSN).",
      "administrator": "Director: Dave Gallagher",
      "founding_year": "1936",
      "launchers": "",
      "spacecraft": "",
      "parent": "National Aeronautics and Space Administration",
      "image_url": null,
      "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jpl_logo_image_20250228202710.png"
    },
    {
      "id": 44,
      "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
      "name": "National Aeronautics and Space Administration",
      "featured": true,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "NASA",
      "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
      "administrator": "Administrator: Jared Isaacman",
      "founding_year": "1958",
      "launchers": "Space Shuttle | SLS",
      "spacecraft": "Orion",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
      "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
    }
  ],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}