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

{
    "id": 181,
    "url": "https://ll.thespacedevs.com/2.3.0/events/181/?format=api",
    "name": "Jim Bridenstine at the 2020 Mars Society Convention",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.marssociety.org",
            "title": "Breaking News: NASA Administrator Jim Bridenstine to Address 2020 Mars Society Convention",
            "description": "The Mars Society is very pleased to announce that Jim Bridenstine, NASA Administrator, will be joining us virtually during the 23rd Annual International Mars Society Convention on Saturday, October 17th at 10:00 am PST (1:00 pm EST, 18:00 GMT) to give an update on “NASA’s plans for the Moon and Mars...",
            "feature_image": null,
            "url": "https://www.marssociety.org/news/2020/10/05/breaking-news-nasa-administrator-jim-bridenstine-to-address-2020-mars-society-convention/",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.marssociety.org",
            "publisher": null,
            "title": "The 23rd Annual International Mars Society Convention",
            "description": "The Mars Society is pleased to announce that the 23rd Annual International Mars Society Convention will be convened Thursday-Sunday, October 15-18, 2020, all over the world via the Internet!\n\nThrough the use of unique technology, it will be possible to not only hold presentations, panel discussions ...",
            "feature_image": "https://www.marssociety.org/wp-content/uploads/2020/04/2020-Convention-Poster-Web-e1597023705106.jpg",
            "url": "https://www.marssociety.org/conventions/2020/",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1239,
        "name": "[AUTO] Jim Bridenstine at the 2020 Mars Society Convention - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jim_bridenstine_image_20201016062246.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192122.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2020-10-17T17:00:00Z",
    "slug": "jim-bridenstine-at-the-2020-mars-society-conventio",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Jim Bridenstine will be joining the 2020 International Mars Society Convention virtually by providing a special update on NASA’s plans for the Moon and Mars.\r\n\r\nOnline registration for the International Mars Society Convention is free of charge.",
    "webcast_live": false,
    "location": "2020 International Mars Society Convention",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:23:36Z",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}