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

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

{
    "id": 828,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/828/?format=api",
    "name": "Last Ariane 5 Rollout",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "VIP Pass – Ariane 5 VA261 | Final steps before launch I Arianespace",
            "description": "► Subscribe to our channel to keep on touch on our futur contents: https://www.youtube.com/c/arianespace/featured► Follow this link to discover the world of ...",
            "feature_image": "https://i.ytimg.com/vi/evF1hTUdP6M/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=evF1hTUdP6M",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1000,
        "name": "Ariane 5 during rollout",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_5_during_image_20240307183929.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_5_during_image_thumbnail_20240307183929.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": "2023-07-03T13:20:00Z",
    "slug": "last-ariane-5-rollout",
    "type": {
        "id": 27,
        "name": "Rollout"
    },
    "description": "The final Ariane 5 will rollout from the vertical integration building to the pad ahead of the VA261 mission.",
    "webcast_live": false,
    "location": "Guiana Space Centre, French Guiana",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": null,
    "updates": [
        {
            "id": 4357,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=pNBkvwkJwpY",
            "created_by": "LL2",
            "created_on": "2023-06-15T15:14:19Z"
        },
        {
            "id": 4515,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=evF1hTUdP6M",
            "created_by": "LL2",
            "created_on": "2023-07-03T12:59:53Z"
        }
    ],
    "last_updated": "2024-03-05T17:22:09Z",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}