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

{
  "id": 1135,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/1135/?format=api",
  "slug": "europa-clipper-mars-flyby",
  "name": "Europa Clipper Mars Flyby",
  "updates": [
    {
      "id": 10235,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
      "comment": "Adding event",
      "info_url": "https://www.jpl.nasa.gov/news/nasas-europa-clipper-uses-mars-to-go-the-distance/",
      "created_by": "Nosu",
      "created_on": "2025-02-28T20:25:00Z"
    }
  ],
  "last_updated": "2025-02-28T20:25:16Z",
  "type": {
    "id": 23,
    "name": "Flyby"
  },
  "description": "NASA’s Europa Clipper will streak just 550 miles (884 kilometers) above the surface of Mars for what’s known as a gravity assist — a maneuver to bend the spacecraft’s trajectory and position it for a critical leg of its long voyage to the Jupiter system. The close flyby offers a bonus opportunity for mission scientists, who will test their radar instrument and thermal imager.",
  "webcast_live": false,
  "location": "Mars",
  "news_url": "https://www.jpl.nasa.gov/news/nasas-europa-clipper-uses-mars-to-go-the-distance/",
  "video_url": null,
  "info_urls": [
    {
      "priority": 10,
      "source": "www.jpl.nasa.gov",
      "title": "NASA’s Europa Clipper Uses Mars to Go the Distance",
      "description": "The orbiter bound for Jupiter’s moon Europa will investigate whether the moon is habitable, but it first will get the help of Mars’ gravitational force to get to deep space.",
      "feature_image": null,
      "url": "https://www.jpl.nasa.gov/news/nasas-europa-clipper-uses-mars-to-go-the-distance/",
      "type": {
        "id": 1,
        "name": "Official Page"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/europa_clipper__image_20250228202458.png",
  "date": "2025-03-01T17:57:00Z",
  "date_precision": {
    "id": 1,
    "name": "Minute",
    "abbrev": "MIN",
    "description": "The T-0 is accurate to the minute."
  },
  "duration": null,
  "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": []
}