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

{
    "id": 906,
    "url": "https://ll.thespacedevs.com/2.3.0/events/906/?format=api",
    "name": "Information session from ESA’s 322nd Council in Paris",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "livestream.com",
            "publisher": "",
            "title": "ESA Web TV by European Space Agency",
            "description": "Watch European Space Agency's ESA Web TV on Livestream.com.",
            "feature_image": "https://img.new.livestream.com/events/000000000060e5e8/e1e3ff0e-8958-4e66-90d0-aecb4ff0ac35.jpg",
            "url": "https://livestream.com/esa/esawebtv",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1044,
        "name": "ESA and European Union Flag",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/information_ses_image_20231214063355.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191454.jpeg",
        "credit": "ESA",
        "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": "2023-12-14T13:00:00Z",
    "slug": "information-session-from-esas-322nd-council-in-par",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "ESA Director General Josef Aschbacher and Swiss ESA Council Chair Renato Krpoun will give an update on the roll-out of decisions taken at the Space Summit in Seville, including the implications for space transportation and progress towards enabling a European commercial provider to deliver supplies to the International Space Station by 2028 and return cargo to Earth. The evolution of the European Spaceport in Kourou will also be covered. \r\n\r\nFurthermore, the briefing will address upcoming, high-level political meetings on space and international cooperation projects that ESA runs with partners around the globe, as well as ESA’s contribution to Poland’s Earth observation project “Country awareness mission in land analysis”.",
    "webcast_live": false,
    "location": "ESA Headquarters, Paris",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": "PT1H",
    "updates": [
        {
            "id": 5948,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.esa.int/Newsroom/Press_Releases/Media_invitation_Information_session_from_ESA_s_322nd_Council_in_Paris",
            "created_by": "hitura-nobad",
            "created_on": "2023-12-12T14:23:03Z"
        }
    ],
    "last_updated": "2024-03-05T17:25:31Z",
    "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": []
}