Modes

Levels of detail in the response - list, normal, detailed

Example - /events/?mode=list

Filters

Parameters - agency__ids, date__gt, date__gte, date__lt, date__lte, day, expedition__ids, id, last_updated__gte, last_updated__lte, launch__ids, month, program, program__ids, slug, spacestation__ids, type, type__ids, video_url, year

Example - /events/?type__ids=2,8

Fields searched - name

Example - /events/?search=Flyby

Ordering

Fields - date, last_updated

Example - /events/?ordering=-last_updated

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /events/?limit=2

Format

Switch to JSON output - /events/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/events/1007/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 1007,
  "url": "https://lldev.thespacedevs.com/2.3.0/events/1007/?format=api",
  "name": "Ariane 6 Inaugural flight Pre-Launch Media Briefing",
  "info_urls": [],
  "vid_urls": [],
  "image": {
    "id": 1691,
    "name": "Ariane 6 combined tests static fire",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_6_image_20240125142128.jpeg",
    "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193513.jpeg",
    "credit": "ESA/CNES/Arianespace/ArianeGroup/Optique vidéo du CSG–S. Martin",
    "license": {
      "id": 2,
      "name": "ESA Standard Licence",
      "priority": 2,
      "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
    },
    "single_use": false,
    "variants": []
  },
  "date": "2024-06-25T09:00:00Z",
  "slug": "ariane-6-inaugural-flight-pre-launch-media-briefin",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "ESA is hosting a press conference in preparation for the first flight of Ariane 6.\r\n\r\n\r\nParticipants include:\r\n\r\n- Toni Tolker-Nielsen, Director of Space Transportation, ESA \r\n- Carine Leveau, Director of Space Transporation, CNES\r\n- Franck Huiban, Head of Civil Programs, ArianeGroup\r\n- Caroline Arnoux, Head of Ariane 6 Program, Arianespace",
  "webcast_live": false,
  "location": "Online",
  "date_precision": {
    "id": 1,
    "name": "Minute",
    "abbrev": "MIN",
    "description": "The T-0 is accurate to the minute."
  },
  "response_mode": "detailed",
  "duration": null,
  "updates": [
    {
      "id": 7917,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
      "comment": "Added Event",
      "info_url": "https://www.esa.int/Newsroom/Press_Releases/Media_invitation_Ariane_6_inaugural_flight_pre-launch_media_briefings",
      "created_by": "hitura-nobad",
      "created_on": "2024-06-23T08:15:46Z"
    }
  ],
  "last_updated": "2024-06-23T08:15:39Z",
  "agencies": [
    {
      "response_mode": "list",
      "id": 1044,
      "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1044/?format=api",
      "name": "ArianeGroup",
      "abbrev": "AG",
      "type": {
        "id": 3,
        "name": "Commercial"
      }
    },
    {
      "response_mode": "list",
      "id": 115,
      "url": "https://lldev.thespacedevs.com/2.3.0/agencies/115/?format=api",
      "name": "Arianespace",
      "abbrev": "ASA",
      "type": {
        "id": 3,
        "name": "Commercial"
      }
    },
    {
      "response_mode": "list",
      "id": 27,
      "url": "https://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
      "name": "European Space Agency",
      "abbrev": "ESA",
      "type": {
        "id": 2,
        "name": "Multinational"
      }
    },
    {
      "response_mode": "list",
      "id": 46,
      "url": "https://lldev.thespacedevs.com/2.3.0/agencies/46/?format=api",
      "name": "National Center of Space Research",
      "abbrev": "CNES",
      "type": {
        "id": 1,
        "name": "Government"
      }
    }
  ],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": [],
  "astronauts": []
}