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

{
    "id": 558,
    "url": "https://ll.thespacedevs.com/2.3.0/events/558/?format=api",
    "name": "ESO Event Horizon Telescope Press Conference",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.eso.org",
            "title": "Press conference at ESO on groundbreaking Milky Way results from the Event Horizon Telescope Collaboration",
            "description": "Announcement Archive",
            "feature_image": null,
            "url": "https://www.eso.org/public/announcements/ann22006/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Unveiling Sgr A*, the black hole at the centre of our galaxy (press conference, musical act, Q&A)",
            "description": "On 12 May, the European Southern Observatory (ESO) and the Event Horizon Telescope (EHT) project held a press conference to present the first ever image of S...",
            "feature_image": "https://i.ytimg.com/vi/rIQLA6lo6R0/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=rIQLA6lo6R0",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1151,
        "name": "[AUTO] ESO Event Horizon Telescope Press Conference - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eso_event_horiz_image_20220501110413.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191813.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2022-05-12T13:00:00Z",
    "slug": "eso-event-horizon-telescope-press-conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "The European Southern Observatory (ESO) and the Event Horizon Telescope (EHT) project will hold a press conference to present new Milky Way results from the EHT.",
    "webcast_live": false,
    "location": "ESO Headquarters, Garching bei München, Germany",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:30:55Z",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}