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

{
  "id": 1116,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/1116/?format=api",
  "slug": "esa-press-conference-at-the-17th-european-space-co",
  "name": "ESA Press Conference at the 17th European Space Conference",
  "updates": [
    {
      "id": 9932,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
      "comment": "Official Webcast by European Space Agency has started",
      "info_url": "https://x.com/i/broadcasts/1vOxwrXAjLdJB",
      "created_by": "LL2",
      "created_on": "2025-01-28T09:07:00Z"
    },
    {
      "id": 9931,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
      "comment": "Adding event",
      "info_url": "https://x.com/i/broadcasts/1vOxwrXAjLdJB",
      "created_by": "Nosu",
      "created_on": "2025-01-28T09:07:00Z"
    }
  ],
  "last_updated": "2025-01-28T09:20:24Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "ESA is holding a press conference at the 17th European Space Conference",
  "webcast_live": false,
  "location": "17th European Space Conference, Brussels, Belgium",
  "news_url": null,
  "video_url": "https://x.com/i/broadcasts/1vOxwrXAjLdJB",
  "info_urls": [],
  "vid_urls": [
    {
      "priority": 9,
      "source": "x.com",
      "publisher": "European Space Agency",
      "title": "Keynotes of the 17th European Space Conference in Brussels",
      "description": "Livestream on X",
      "feature_image": null,
      "url": "https://x.com/i/broadcasts/1vOxwrXAjLdJB",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2025-01-28T07:57:04Z",
      "end_time": null
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
  "date": "2025-01-28T08:30:00Z",
  "date_precision": {
    "id": 2,
    "name": "Hour",
    "abbrev": "HR",
    "description": "The T-0 is accurate to the hour."
  },
  "duration": "PT40M",
  "agencies": [
    {
      "id": 27,
      "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
      "name": "European Space Agency",
      "featured": false,
      "type": "Multinational",
      "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,BEL,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,SVN",
      "abbrev": "ESA",
      "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
      "administrator": "Director General: Josef Aschbacher",
      "founding_year": "1975",
      "launchers": "Ariane | Vega",
      "spacecraft": "Space Rider",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png",
      "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
    }
  ],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}