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

{
  "id": 437,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/437/?format=api",
  "slug": "ixpe-pre-launch-news-conference",
  "name": "IXPE Pre-Launch News Conference",
  "updates": [],
  "last_updated": "2024-03-05T17:30:36Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will host a media briefing about the upcoming launch of the Imaging X-ray Polarimetry Explorer (IXPE) mission.",
  "webcast_live": false,
  "location": "Kennedy Space Center",
  "news_url": "https://www.nasa.gov/press-release/nasa-tv-to-air-ixpe-prelaunch-activities-launch",
  "video_url": null,
  "info_urls": [
    {
      "priority": 10,
      "source": "www.nasa.gov",
      "title": "NASA TV to Air IXPE Prelaunch Activities, Launch",
      "description": "NASA will provide coverage of the upcoming prelaunch and launch activities for the Imaging X-ray Polarimetry Explorer (IXPE) mission, the first satellite dedicated to measuring the polarization of X-rays from a variety of cosmic sources, such as black holes and neutron stars.",
      "feature_image": null,
      "url": "https://www.nasa.gov/press-release/nasa-tv-to-air-ixpe-prelaunch-activities-launch",
      "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/ixpe_pre-launch_image_20211201070800.jpeg",
  "date": "2021-12-07T22:30:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}