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

{
  "id": 20,
  "url": "https://ll.thespacedevs.com/2.2.0/event/20/?format=api",
  "slug": "total-solar-eclipse-2",
  "name": "Total Solar Eclipse",
  "updates": [],
  "last_updated": "2024-03-05T17:28:34Z",
  "type": {
    "id": 11,
    "name": "Celestial Event"
  },
  "description": "NASA has partnered with the Exploratorium in San Francisco to bring live views to people across the world of a total solar eclipse, occurring Tuesday, July 2, over South America.\r\n\r\nTotal solar eclipse live streams are available with no commentary (3:15-6 p.m. EDT), or with commentary (4-5 p.m. EDT) in English or Spanish.",
  "webcast_live": false,
  "location": "South America",
  "news_url": "https://www.nasa.gov/nasalive",
  "video_url": null,
  "info_urls": [
    {
      "priority": 10,
      "source": "www.nasa.gov",
      "title": "NASA Live",
      "description": "NASA launches, landings, and events. Watch live broadcasts from NASA Television and NASA's social media channels, and a schedule of upcoming live events including news briefings, launches and landings.",
      "feature_image": null,
      "url": "https://www.nasa.gov/nasalive",
      "type": {
        "id": 1,
        "name": "Official Page"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [],
  "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/total2520solar2520eclipse_image_20190702195513.jpg",
  "date": "2019-07-02T20:15:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}