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

{
  "id": 395,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/395/?format=api",
  "slug": "lucy-earth-flyby",
  "name": "Lucy Earth Flyby",
  "updates": [],
  "last_updated": "2024-03-05T17:27:11Z",
  "type": {
    "id": 23,
    "name": "Flyby"
  },
  "description": "First of three Earth flybys of NASA's Lucy mission to the Trojan asteroids.",
  "webcast_live": false,
  "location": "Earth",
  "news_url": "https://www.nasa.gov/feature/goddard/2022/nasa-s-lucy-to-fly-past-thousands-of-objects-for-earth-gravity-assist",
  "video_url": null,
  "info_urls": [
    {
      "priority": 10,
      "source": "www.nasa.gov",
      "title": "NASA’s Lucy to Fly Past Thousands of Objects for Earth Gravity Assist",
      "description": "Mission engineers will track NASA’s Lucy spacecraft nonstop as it prepares to swoop near Earth on Oct. 16 to use this planet’s gravity to set itself on a course toward the Jupiter Trojan asteroids.  But  they also will be closely tracking something else: more than 47,000 satellites, debris, and othe...",
      "feature_image": null,
      "url": "https://www.nasa.gov/feature/goddard/2022/nasa-s-lucy-to-fly-past-thousands-of-objects-for-earth-gravity-assist",
      "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/lucy_earth_flyb_image_20210930111825.jpg",
  "date": "2022-10-16T10:55:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}