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, 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 - lldev.thespacedevs.com/docs

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

{
    "id": 180,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/180/?format=api",
    "name": "Elon Musk at the 2020 Mars Society Convention",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.marssociety.org",
            "title": "Breaking News: SpaceX CEO Elon Musk to Speak Virtually at 2020 Mars Society Convention",
            "description": "There’s no better way to kick-off Day 1 of the 2020 International Mars Society Convention than with a big announcement: SpaceX CEO and founder Elon Musk will be joining us virtually tomorrow (Friday, October 16th) at 3:00 pm PDT (6:00 pm EDT) [PLEASE NOTE NEW TIME] to provide our global audience wit...",
            "feature_image": null,
            "url": "https://www.marssociety.org/news/2020/10/15/breaking-news-spacex-ceo-elon-musk-to-speak-virtually-at-2020-mars-society-convention/",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "The Mars Society",
            "title": "Elon Musk - 2020 Mars Society Virtual Convention",
            "description": "Elon Musk spoke at the 2020 Mars Society Virtual Convention from the Tesla factory in Fremont, CA.  His comments included questions relayed from the Mars Society Membership by Dr. Robert Zubrin (Lakew...",
            "feature_image": "https://i.ytimg.com/vi/y5Aw6WG4Dww/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=y5Aw6WG4Dww",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2020-10-16T21:33:29Z",
            "end_time": "2020-10-16T23:01:02Z",
            "live": false
        }
    ],
    "image": {
        "id": 960,
        "name": "[AUTO] Elon Musk at the 2020 Mars Society Convention - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/2020_mars_socie_image_20201015203440.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191235.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2020-10-16T22:00:00Z",
    "slug": "elon-musk-at-the-2020-mars-society-convention",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Elon Musk will be kicking-off the 2020 International Mars Society Convention virtually by providing a special update about SpaceX and its 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:42Z",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}