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

{
  "id": 1110,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/1110/?format=api",
  "slug": "firefly-blue-ghost-mission-1-lunar-science-media-t",
  "name": "Firefly Blue Ghost Mission 1 Lunar Science Media Teleconference",
  "updates": [
    {
      "id": 9790,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
      "comment": "Official Webcast by NASA Video has started",
      "info_url": "https://www.youtube.com/watch?v=ACj7qrf2PlM",
      "created_by": "LL2",
      "created_on": "2025-01-13T19:25:00Z"
    },
    {
      "id": 9786,
      "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/ACj7qrf2PlM",
      "created_by": "hitura-nobad",
      "created_on": "2025-01-13T15:35:00Z"
    }
  ],
  "last_updated": "2025-01-13T20:05:06Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Lunar science media teleconference with the following participants:\r\n- Chris Culbert, CLPS program manager, NASA’s Johnson Space Center\r\n- Maria Banks, CLPS project scientist, NASA’s Johnson Space Center",
  "webcast_live": false,
  "location": "Online",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=ACj7qrf2PlM",
  "info_urls": [],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NASA Video",
      "title": "Media Teleconference: NASA Lunar Science Aboard Firefly Blue Ghost Mission 1",
      "description": "2:30 p.m. – Lunar science media teleconference with the following participants:\n• Chris Culbert, CLPS program manager, NASA’s Johnson Space Center\n• Maria Banks, CLPS project scientist, NASA’s Johnson...",
      "feature_image": "https://i.ytimg.com/vi/ACj7qrf2PlM/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=ACj7qrf2PlM",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2025-01-13T19:25:11Z",
      "end_time": "2025-01-13T20:04:29Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue_ghost_duri_image_20250113132235.jpg",
  "date": "2025-01-13T19:30:00Z",
  "date_precision": {
    "id": 1,
    "name": "Minute",
    "abbrev": "MIN",
    "description": "The T-0 is accurate to the minute."
  },
  "duration": "PT39M18S",
  "agencies": [
    {
      "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": [
    {
      "id": 24,
      "url": "https://lldev.thespacedevs.com/2.2.0/program/24/?format=api",
      "name": "Commercial Lunar Payload Services",
      "description": "Commercial Lunar Payload Services (CLPS) is a NASA program to contract transportation services able to send small robotic landers and rovers to the Moon's south polar region.",
      "agencies": [
        {
          "id": 1069,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1069/?format=api",
          "name": "Astrobotic Technology",
          "type": "Private"
        },
        {
          "id": 1067,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1067/?format=api",
          "name": "Intuitive Machines",
          "type": "Commercial"
        },
        {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        }
      ],
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20231127193630.jpeg",
      "start_date": "2018-04-27T00:00:00Z",
      "end_date": null,
      "info_url": "https://www.nasa.gov/commercial-lunar-payload-services/",
      "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Lunar_Payload_Services",
      "mission_patches": [],
      "type": {
        "id": 5,
        "name": "Exploration"
      }
    }
  ]
}