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

{
  "id": 441,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/441/?format=api",
  "slug": "total-solar-eclipse",
  "name": "Total Solar Eclipse",
  "updates": [],
  "last_updated": "2024-03-05T17:30:36Z",
  "type": {
    "id": 11,
    "name": "Celestial Event"
  },
  "description": "Camera views of the total solar eclipse visible from Antarctica will be broadcasted on NASA TV.",
  "webcast_live": false,
  "location": "Antarctica",
  "news_url": "https://earthsky.org/astronomy-essentials/total-solar-eclipse-december-4-2021/",
  "video_url": "https://www.youtube.com/watch?v=J04GFN2Pq1w",
  "info_urls": [
    {
      "priority": 10,
      "source": "earthsky.org",
      "title": "Total solar eclipse of December 4, 2021",
      "description": "A total solar eclipse sweeps across Antarctica on December 4, 2021. The instant of greatest eclipse takes place at 07:33 UTC, which is 1:33 a.m. on the morning of December 4 for people in North America (CST). So North Americans will not see the eclipse. People located at the southernmost tips of Sou...",
      "feature_image": null,
      "url": "https://earthsky.org/astronomy-essentials/total-solar-eclipse-december-4-2021/",
      "type": {
        "id": 1,
        "name": "Official Page"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NASA",
      "title": "Live Feed of the Dec. 4, 2021 Total Solar Eclipse",
      "description": "Weather permitting, NASA TV will air a view of the Dec. 4, 2021, total solar eclipse from Union Glacier, Antarctica. The stream will start at 1:30 a.m. EST (06:30 UTC) and end at 3:37 a.m. EST (08:47 ...",
      "feature_image": "https://i.ytimg.com/vi/J04GFN2Pq1w/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=J04GFN2Pq1w",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2021-12-04T06:30:35Z",
      "end_time": "2021-12-04T08:32:31Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/total_solar_ecl_image_20201206083620.jpeg",
  "date": "2021-12-04T07:33:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}