Modes

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

Example - /events/?mode=list

Filters

Parameters - agency__ids, date__gt, date__gt__lt, date__gte, date__lte, day, id, last_updated__gte, last_updated__lte, month, program, slug, 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 - ll.thespacedevs.com/docs

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

{
    "id": 983,
    "url": "https://ll.thespacedevs.com/2.3.0/events/983/?format=api",
    "name": "ESA astronaut class of 2022 graduation ceremony",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.esa.int",
            "title": "ESA astronaut graduation: launching into the future",
            "description": "One year of basic training will soon bear fruit for ESA’s astronaut candidates Sophie Adenot, Pablo Álvarez Fernández, Rosemary Coogan, Raphaël Liégeois, Marco Sieber and Australian Space Agency astronaut candidate Katherine Bennell-Pegg.On 22 April 2024, these astronaut candidates will receive thei...",
            "feature_image": null,
            "url": "https://www.esa.int/Science_Exploration/Human_and_Robotic_Exploration/ESA_astronaut_graduation_launching_into_the_future",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "European Space Agency, ESA",
            "title": "Graduation ceremony of ESA astronaut class of 2022",
            "description": "Watch the replay as ESA astronaut candidates Sophie Adenot, Rosemary Coogan, Pablo Álvarez Fernández, Raphaël Liégeois, Marco Sieber and Australian Space Age...",
            "feature_image": "https://i.ytimg.com/vi/B4vOcy4SpYk/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=B4vOcy4SpYk",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-04-22T07:54:24Z",
            "end_time": "2024-04-22T08:57:29Z",
            "live": false
        }
    ],
    "image": {
        "id": 2078,
        "name": "ESA 2022 Astronauts in training",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/esa_2022_astron_image_20240421070549.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/esa_2022_astron_image_thumbnail_20240421070549.jpeg",
        "credit": "ESA - S. Corvaja",
        "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": true,
        "variants": []
    },
    "date": "2024-04-22T08:00:00Z",
    "slug": "esa-astronaut-class-of-2022-graduation-ceremony",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "ESA astronaut candidates Sophie Adenot, Rosemary Coogan, Pablo Álvarez Fernández, Raphaël Liégeois, Marco Sieber and Australian Space Agency astronaut candidate Katherine Bennell-Pegg receive astronaut certification at ESA’s European Astronaut Centre. This officially marks their transition into fully-fledged astronauts, ready and eligible for spaceflight.",
    "webcast_live": false,
    "location": "European Astronaut Centre",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": "PT1H3M5S",
    "updates": [
        {
            "id": 7352,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by European Space Agency, ESA has started",
            "info_url": "https://www.youtube.com/watch?v=B4vOcy4SpYk",
            "created_by": "LL2",
            "created_on": "2024-04-22T07:54:44Z"
        },
        {
            "id": 7349,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=B4vOcy4SpYk",
            "created_by": "hitura-nobad",
            "created_on": "2024-04-21T07:06:58Z"
        }
    ],
    "last_updated": "2024-04-22T08:58:08Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/27/?format=api",
            "name": "European Space Agency",
            "abbrev": "ESA",
            "type": {
                "id": 2,
                "name": "Multinational"
            }
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}